Changeset 821 for branches/samba-3.5.x/source3
- Timestamp:
- Nov 6, 2013, 11:41:12 AM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/samba-3.5.x/source3/build.cmd
r793 r821 22 22 /* version 0.3.13 from 15.08.2013 Herwig (create build_anomalies.log, codepages 23 23 to ZIP, libc065 switching) */ 24 /* version 1.0.0 from 06.11.2013 Silvan (conf has to create version.h also) */ 24 25 25 26 /* load the sysfuncs if not already loaded */ … … 30 31 31 32 /* init the version string (don't forget to change) */ 32 version = " 0.3.13"33 version_date = " 15.08.2013"33 version = "1.0.0" 34 version_date = "06.11.2013" 34 35 35 36 '@echo off' … … 124 125 ok = SysFileTree(".\include\version.h",versionh.,'FO') 125 126 126 if (versionh.0 = 0 &conf = "YES") | (brand = "YES") then do127 if (versionh.0 = 0) | (conf = "YES") | (brand = "YES") then do 127 128 svninfo = ".\svninfo" 128 129 address cmd 'svn status -q -u | grep "^Status against revision:" | sed -e "s/Status against revision: *//">'svninfo
Note:
See TracChangeset
for help on using the changeset viewer.