Changeset 667 for trunk/server/source3
- Timestamp:
- Nov 23, 2011, 5:08:35 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/server/source3/build.cmd
r666 r667 9 9 /* version 0.3.3 from 05.11.2011 Herwig (add support for libc064) */ 10 10 /* version 0.3.4 from 23.11.2011 Herwig (simplify libc switching) */ 11 /* version 0.3.5 from 23.11.2011 Herwig (brand befor configure, if version.h is missing) */ 11 12 12 13 /* load the sysfuncs if not already loaded */ … … 18 19 19 20 /* init the version string (don't forget to change) */ 20 version = "0.3. 4"21 version = "0.3.5" 21 22 version_date = "23.11.2011" 22 23 … … 102 103 end 103 104 105 ok = SysFileTree(".\include\version.h",versionh.,'FO') 106 107 if versionh.0 = 0 & conf = "YES" then do 108 svninfo = ".\svninfo" 109 address cmd 'svn status -q -u | grep "^Status against revision:" | sed -e "s/Status against revision: *//">'svninfo 110 revision = strip(translate(linein(svninfo))) 111 ok = stream(svninfo,'c','close') 112 call brand revision 113 end 114 104 115 /* start working */ 105 116 if conf = "YES" then do
Note:
See TracChangeset
for help on using the changeset viewer.