Changeset 876 for trunk/server


Ignore:
Timestamp:
Mar 13, 2015, 5:16:16 PM (10 years ago)
Author:
Silvan Scherrer
Message:

Samba Server 3.6: fix ticket #249

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/server/source3/build.cmd

    r867 r876  
    2727/* version 1.0.2 from 18.02.2014 Silvan (create xqs files for exceptq) */
    2828/* 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) */
    3031                                         
    3132/* load the sysfuncs if not already loaded */
     
    3637
    3738/* init the version string (don't forget to change) */
    38 version      = "1.0.4"
    39 version_date = "11.06.2014"
     39version      = "1.0.5"
     40version_date = "13.03.2015"
    4041
    4142'@echo off'
     
    384385    svninfo = "svninfo"
    385386    svninfo_tmp = "svninfo_tmp"
    386     address cmd 'svn status -q -u | grep "^Status against revision:" | sed -e "s/Status against revision: *//">'svninfo_tmp
     387    address cmd 'svn info | grep "^Revision:" | sed -e "s/Revision: *//">'svninfo_tmp
    387388    revision = strip(translate(linein(svninfo_tmp)))
    388389    ok = stream(svninfo_tmp,'c','close')
Note: See TracChangeset for help on using the changeset viewer.