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

Update buildno.

This commit is contained in:
dimitr 2006-04-30 10:03:21 +00:00
parent d6091a5f8d
commit 6e7f9c9ed1
2 changed files with 10 additions and 10 deletions

View File

@ -3,16 +3,16 @@
*** DO NOT EDIT ***
TO CHANGE ANY INFORMATION IN HERE PLEASE
EDIT src/misc/writeBuildNum.sh
FORMAL BUILD NUMBER:12622
FORMAL BUILD NUMBER:12646
*/
#define PRODUCT_VER_STRING "2.0.0.12622"
#define FILE_VER_STRING "WI-T2.0.0.12622"
#define LICENSE_VER_STRING "WI-T2.0.0.12622"
#define FILE_VER_NUMBER 2, 0, 0, 12622
#define PRODUCT_VER_STRING "2.0.0.12646"
#define FILE_VER_STRING "WI-T2.0.0.12646"
#define LICENSE_VER_STRING "WI-T2.0.0.12646"
#define FILE_VER_NUMBER 2, 0, 0, 12646
#define FB_MAJOR_VER "2"
#define FB_MINOR_VER "0"
#define FB_REV_NO "0"
#define FB_BUILD_NO "12622"
#define FB_BUILD_NO "12646"
#define FB_BUILD_TYPE "T"
#define FB_BUILD_SUFFIX "Firebird 2.0 Release Candidate 1"
#define FB_BUILD_SUFFIX "Firebird 2.0 Release Candidate 2"

View File

@ -3,18 +3,18 @@
# 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.12740.2.1 2006-04-20 10:22:11 dimitr Exp $"
BuildVersion="$Id: writeBuildNum.sh,v 1.12740.2.2 2006-04-30 10:02:15 dimitr Exp $"
BuildType=T
MajorVer=2
MinorVer=0
RevNo=0
BuildNum=12622
BuildNum=12646
if [ "$SPECIAL_BUILD_SUFFIX" = "" ]; then
# Normal builds
SuffixKind="Release Candidate"
SuffixVer=1
SuffixVer=2
BuildSuffix="Firebird 2.0 $SuffixKind $SuffixVer"
FIREBIRD_PACKAGE_VERSION=$SuffixKind$SuffixVer
PRODUCT_VER_STRING="$MajorVer.$MinorVer.$RevNo.$BuildNum"