source: valtobtest/subversion-1.6.2/packages/windows-innosetup/templates/svn_version.iss @ 3

Last change on this file since 3 was 3, checked in by valtob, 15 years ago

subversion source 1.6.2 as test

File size: 511 bytes
Line 
1; This is where the Inno Setup compiler know where to find the version info for
2; a new version of the distribution.
3; Copy this file to the same place as svn.iss and edit its content according
4; to the version of svn you want to distribute. Another alternative is to run
5; mk_distro and set the version info from there.
6; This file is ignored by the Subversion repository when it resides in
7; "packages\win32-innosetup".
8#define svn_version "X.X.X"
9#define svn_pretxtrevision "-r"
10#define svn_revision "11581"
Note: See TracBrowser for help on using the repository browser.