writeBuildNum.sh (Firebird-3.0.2.32703-0.tar.bz2) | : | writeBuildNum.sh (Firebird-3.0.4.33054-0.tar.bz2) | ||
---|---|---|---|---|
#!/bin/sh | #!/bin/sh | |||
# This file is used both to rebuild the header file and to set the | # This file is used both to rebuild the header file and to set the | |||
# environment variables on the config call | # environment variables on the config call | |||
BuildVersion="$Id: writeBuildNum.sh,v 1.28732 2010/05/29 13:12:08 fsg Exp $" | BuildVersion="$Id: writeBuildNum.sh,v 1.28732 2010/05/29 13:12:08 fsg Exp $" | |||
BuildType=V | BuildType=V | |||
MajorVer=3 | MajorVer=3 | |||
MinorVer=0 | MinorVer=0 | |||
RevNo=2 | RevNo=4 | |||
BuildNum=32703 | BuildNum=33054 | |||
NowAt=`pwd` | NowAt=`pwd` | |||
cd `dirname $0` | cd `dirname $0` | |||
Root=`pwd` | Root=`pwd` | |||
cd $NowAt | cd $NowAt | |||
Root=`dirname $Root` | Root=`dirname $Root` | |||
Root=`dirname $Root` | Root=`dirname $Root` | |||
if [ "$SPECIAL_BUILD_SUFFIX" = "" ]; then | if [ "$SPECIAL_BUILD_SUFFIX" = "" ]; then | |||
# Normal builds | # Normal builds | |||
End of changes. 1 change blocks. | ||||
2 lines changed or deleted | 2 lines changed or added |