Changeset 876 for trunk/server
- Timestamp:
- Mar 13, 2015, 5:16:16 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/server/source3/build.cmd
r867 r876 27 27 /* version 1.0.2 from 18.02.2014 Silvan (create xqs files for exceptq) */ 28 28 /* version 1.0.3 from 13.05.2014 Silvan (adjust python include) */ 29 /* version 1.0.4 from 11.06.2014 Silvan (remove the need of a config.site file */ 29 /* version 1.0.4 from 11.06.2014 Silvan (remove the need of a config.site file) */ 30 /* version 1.0.5 from 13.03.2015 Silvan (ticket #249 thx Andy Willis) */ 30 31 31 32 /* load the sysfuncs if not already loaded */ … … 36 37 37 38 /* init the version string (don't forget to change) */ 38 version = "1.0. 4"39 version_date = "1 1.06.2014"39 version = "1.0.5" 40 version_date = "13.03.2015" 40 41 41 42 '@echo off' … … 384 385 svninfo = "svninfo" 385 386 svninfo_tmp = "svninfo_tmp" 386 address cmd 'svn status -q -u | grep "^Status against revision:" | sed -e "s/Status against revision: *//">'svninfo_tmp387 address cmd 'svn info | grep "^Revision:" | sed -e "s/Revision: *//">'svninfo_tmp 387 388 revision = strip(translate(linein(svninfo_tmp))) 388 389 ok = stream(svninfo_tmp,'c','close')
Note:
See TracChangeset
for help on using the changeset viewer.