8
0
mirror of https://github.com/FirebirdSQL/firebird.git synced 2025-01-24 06:03:02 +01:00

Updated package version

This commit is contained in:
alexpeshkoff 2005-03-20 10:06:00 +00:00
parent 1b8c6b0bec
commit a8605932bc

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.10574 2005-03-20 04:35:58 robocop Exp $" BuildVersion="$Id: writeBuildNum.sh,v 1.10575 2005-03-20 10:06:00 alexpeshkoff Exp $"
BuildType=T BuildType=T
MajorVer=2 MajorVer=2
@ -14,7 +14,7 @@ BuildNum=10566
if [ "$SPECIAL_BUILD_SUFFIX" = "" ]; then if [ "$SPECIAL_BUILD_SUFFIX" = "" ]; then
# Normal builds # Normal builds
BuildSuffix="Firebird 2.0 Alpha 1" BuildSuffix="Firebird 2.0 Alpha 1"
FIREBIRD_PACKAGE_VERSION=0.UNSTABLE FIREBIRD_PACKAGE_VERSION=Alpha1
PRODUCT_VER_STRING="$MajorVer.$MinorVer.$RevNo.$BuildNum" PRODUCT_VER_STRING="$MajorVer.$MinorVer.$RevNo.$BuildNum"
else else
# Special builds (dayly snapshots, etc) # Special builds (dayly snapshots, etc)