8
0
mirror of https://github.com/FirebirdSQL/firebird.git synced 2025-01-23 04:43:03 +01:00

Incremented version number.

This commit is contained in:
dimitr 2005-12-22 15:26:21 +00:00
parent 10a4a5e809
commit b489ac2bd1

View File

@ -3,7 +3,7 @@
# 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.12135 2005-12-22 06:22:24 robocop Exp $" BuildVersion="$Id: writeBuildNum.sh,v 1.12136 2005-12-22 15:26:21 dimitr Exp $"
BuildType=T BuildType=T
MajorVer=2 MajorVer=2
@ -14,7 +14,7 @@ BuildNum=11985
if [ "$SPECIAL_BUILD_SUFFIX" = "" ]; then if [ "$SPECIAL_BUILD_SUFFIX" = "" ]; then
# Normal builds # Normal builds
SuffixKind=Beta SuffixKind=Beta
SuffixVer=1 SuffixVer=2
BuildSuffix="Firebird 2.0 $SuffixKind $SuffixVer" BuildSuffix="Firebird 2.0 $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"