mirror of
https://github.com/FirebirdSQL/firebird.git
synced 2025-01-24 06:43:03 +01:00
Updated version info.
This commit is contained in:
parent
1a431df7b5
commit
8127246b34
@ -3,24 +3,24 @@
|
|||||||
# 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.17998 2008-01-15 15:55:47 asfernandes Exp $"
|
BuildVersion="$Id: writeBuildNum.sh,v 1.17999 2008-01-15 19:18:32 dimitr Exp $"
|
||||||
|
|
||||||
BuildType=T
|
BuildType=T
|
||||||
MajorVer=2
|
MajorVer=2
|
||||||
MinorVer=1
|
MinorVer=5
|
||||||
RevNo=0
|
RevNo=0
|
||||||
BuildNum=17839
|
BuildNum=17839
|
||||||
|
|
||||||
if [ "$SPECIAL_BUILD_SUFFIX" = "" ]; then
|
if [ "$SPECIAL_BUILD_SUFFIX" = "" ]; then
|
||||||
# Normal builds
|
# Normal builds
|
||||||
SuffixKind="Release Candidate"
|
SuffixKind="Unstable"
|
||||||
SuffixVer="1"
|
SuffixVer=""
|
||||||
BuildSuffix="Firebird 2.1 $SuffixKind $SuffixVer"
|
BuildSuffix="Firebird 2.5 $SuffixKind $SuffixVer"
|
||||||
FIREBIRD_PACKAGE_VERSION=$SuffixKind$SuffixVer
|
FIREBIRD_PACKAGE_VERSION=$SuffixKind$SuffixVer
|
||||||
PRODUCT_VER_STRING="$MajorVer.$MinorVer.$RevNo.$BuildNum"
|
PRODUCT_VER_STRING="$MajorVer.$MinorVer.$RevNo.$BuildNum"
|
||||||
else
|
else
|
||||||
# Special builds (daily snapshots, etc)
|
# Special builds (daily snapshots, etc)
|
||||||
BuildSuffix="Firebird 2.1 $SPECIAL_BUILD_SUFFIX"
|
BuildSuffix="Firebird 2.5 $SPECIAL_BUILD_SUFFIX"
|
||||||
FIREBIRD_PACKAGE_VERSION=$SPECIAL_BUILD_SUFFIX
|
FIREBIRD_PACKAGE_VERSION=$SPECIAL_BUILD_SUFFIX
|
||||||
PRODUCT_VER_STRING="$MajorVer.$MinorVer.$RevNo.$BuildNum-$SPECIAL_BUILD_SUFFIX"
|
PRODUCT_VER_STRING="$MajorVer.$MinorVer.$RevNo.$BuildNum-$SPECIAL_BUILD_SUFFIX"
|
||||||
fi
|
fi
|
||||||
|
Loading…
Reference in New Issue
Block a user