Ignore:
Timestamp:
Nov 6, 2013, 11:41:12 AM (12 years ago)
Author:
Silvan Scherrer
Message:

Samba 3.5: build conf has to create version.h always

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/samba-3.5.x/source3/build.cmd

    r793 r821  
    2222/* version 0.3.13 from 15.08.2013 Herwig (create build_anomalies.log, codepages
    2323                                          to ZIP, libc065 switching) */
     24/* version 1.0.0 from 06.11.2013 Silvan (conf has to create version.h also) */
    2425                                         
    2526/* load the sysfuncs if not already loaded */
     
    3031
    3132/* init the version string (don't forget to change) */
    32 version      = "0.3.13"
    33 version_date = "15.08.2013"
     33version      = "1.0.0"
     34version_date = "06.11.2013"
    3435
    3536'@echo off'
     
    124125ok = SysFileTree(".\include\version.h",versionh.,'FO')
    125126
    126 if (versionh.0 = 0 & conf = "YES") | (brand = "YES") then do
     127if (versionh.0 = 0) | (conf = "YES") | (brand = "YES") then do
    127128    svninfo = ".\svninfo"
    128129    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.