mirror of
https://github.com/FirebirdSQL/firebird.git
synced 2025-01-23 23:23:04 +01:00
Update.
This commit is contained in:
parent
2f606d5a1c
commit
e0aba82f67
@ -3,16 +3,16 @@
|
||||
*** DO NOT EDIT ***
|
||||
TO CHANGE ANY INFORMATION IN HERE PLEASE
|
||||
EDIT src/misc/writeBuildNum.sh
|
||||
FORMAL BUILD NUMBER:12745
|
||||
FORMAL BUILD NUMBER:12748
|
||||
*/
|
||||
|
||||
#define PRODUCT_VER_STRING "2.0.0.12745"
|
||||
#define FILE_VER_STRING "WI-T2.0.0.12745"
|
||||
#define LICENSE_VER_STRING "WI-T2.0.0.12745"
|
||||
#define FILE_VER_NUMBER 2, 0, 0, 12745
|
||||
#define PRODUCT_VER_STRING "2.0.0.12748"
|
||||
#define FILE_VER_STRING "WI-V2.0.0.12748"
|
||||
#define LICENSE_VER_STRING "WI-V2.0.0.12748"
|
||||
#define FILE_VER_NUMBER 2, 0, 0, 12748
|
||||
#define FB_MAJOR_VER "2"
|
||||
#define FB_MINOR_VER "0"
|
||||
#define FB_REV_NO "0"
|
||||
#define FB_BUILD_NO "12745"
|
||||
#define FB_BUILD_NO "12748"
|
||||
#define FB_BUILD_TYPE "V"
|
||||
#define FB_BUILD_SUFFIX "Firebird 2.0 Release Candidate 5"
|
||||
#define FB_BUILD_SUFFIX "Firebird 2.0"
|
||||
|
@ -17,7 +17,7 @@
|
||||
* Contributor(s): ______________________________________.
|
||||
*/
|
||||
|
||||
#define ISC_FILE_VER_STRING "WI-T6.3.4.12745"
|
||||
#define ISC_FILE_VER_NUMBER 6, 3, 4, 12745
|
||||
#define ISC_FILE_VER_STRING "WI-V6.3.4.12748"
|
||||
#define ISC_FILE_VER_NUMBER 6, 3, 4, 12748
|
||||
#define ISC_MAJOR_VER "6"
|
||||
#define ISC_MINOR_VER "3"
|
||||
|
@ -3,20 +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.17 2006-09-21 12:35:09 paul_reeves Exp $"
|
||||
BuildVersion="$Id: writeBuildNum.sh,v 1.12740.2.18 2006-10-27 08:41:01 dimitr Exp $"
|
||||
|
||||
BuildType=V
|
||||
MajorVer=2
|
||||
MinorVer=0
|
||||
RevNo=0
|
||||
BuildNum=12745
|
||||
BuildNum=12748
|
||||
|
||||
if [ "$SPECIAL_BUILD_SUFFIX" = "" ]; then
|
||||
# Normal builds
|
||||
SuffixKind="Release Candidate"
|
||||
SuffixVer=5
|
||||
BuildSuffix="Firebird 2.0 $SuffixKind $SuffixVer"
|
||||
FIREBIRD_PACKAGE_VERSION=$SuffixKind$SuffixVer
|
||||
BuildSuffix="Firebird 2.0"
|
||||
FIREBIRD_PACKAGE_VERSION=0
|
||||
PRODUCT_VER_STRING="$MajorVer.$MinorVer.$RevNo.$BuildNum"
|
||||
else
|
||||
# Special builds (daily snapshots, etc)
|
||||
|
Loading…
Reference in New Issue
Block a user