8
0
mirror of https://github.com/FirebirdSQL/firebird.git synced 2025-01-23 18:03:04 +01:00
This commit is contained in:
dimitr 2006-03-17 15:18:42 +00:00
parent f4eb848150
commit d654e7076b

View File

@ -3,7 +3,7 @@
# This file is used both to rebuild the header file and to set the
# environment variables on the config call
BuildVersion="$Id: writeBuildNum.sh,v 1.12624 2006-03-17 14:25:16 dimitr Exp $"
BuildVersion="$Id: writeBuildNum.sh,v 1.12625 2006-03-17 15:18:42 dimitr Exp $"
BuildType=T
MajorVer=2
@ -13,7 +13,7 @@ BuildNum=12472
if [ "$SPECIAL_BUILD_SUFFIX" = "" ]; then
# Normal builds
SuffixKind=Release Candidate
SuffixKind="Release Candidate"
SuffixVer=1
BuildSuffix="Firebird 2.0 $SuffixKind $SuffixVer"
FIREBIRD_PACKAGE_VERSION=$SuffixKind$SuffixVer