8
0
mirror of https://github.com/FirebirdSQL/firebird.git synced 2025-01-24 00:03:03 +01:00
This commit is contained in:
dimitr 2003-07-02 13:09:55 +00:00
parent 77900ca0a6
commit b923282998

View File

@ -3,15 +3,15 @@
# 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.3602 2003-07-02 12:57:42 brodsom Exp $" BuildVersion="$Id: writeBuildNum.sh,v 1.3603 2003-07-02 13:09:55 dimitr Exp $"
BuildType=T BuildType=T
MajorVer=1 MajorVer=1
MinorVer=5 MinorVer=5
RevNo=0 RevNo=0
BuildNum=3606 BuildNum=3606
BuildSuffix="Firebird 1.5 Release Candidate 3" BuildSuffix="Firebird 1.5 Release Candidate 4"
FIREBIRD_PACKAGE_VERSION=0.RC3 FIREBIRD_PACKAGE_VERSION=0.RC4
FIREBIRD_VERSION="$MajorVer.$MinorVer.$RevNo" FIREBIRD_VERSION="$MajorVer.$MinorVer.$RevNo"
PRODUCT_VER_STRING="$MajorVer.$MinorVer.$RevNo.$BuildNum" PRODUCT_VER_STRING="$MajorVer.$MinorVer.$RevNo.$BuildNum"