From e7bd4465a06a6c6873c33c55d00f58bd4b3309e2 Mon Sep 17 00:00:00 2001 From: dimitr Date: Fri, 5 Jan 2007 16:46:49 +0000 Subject: [PATCH] Updated buildno. --- src/jrd/build_no.h | 14 +++++++------- src/jrd/isc_version.h | 4 ++-- src/misc/writeBuildNum.sh | 6 +++--- 3 files changed, 12 insertions(+), 12 deletions(-) diff --git a/src/jrd/build_no.h b/src/jrd/build_no.h index 2258f31450..01b70aaaf2 100644 --- a/src/jrd/build_no.h +++ b/src/jrd/build_no.h @@ -3,16 +3,16 @@ *** DO NOT EDIT *** TO CHANGE ANY INFORMATION IN HERE PLEASE EDIT src/misc/writeBuildNum.sh - FORMAL BUILD NUMBER:12748 + FORMAL BUILD NUMBER:12805 */ -#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 PRODUCT_VER_STRING "2.0.1.12805" +#define FILE_VER_STRING "WI-V2.0.1.12805" +#define LICENSE_VER_STRING "WI-V2.0.1.12805" +#define FILE_VER_NUMBER 2, 0, 1, 12805 #define FB_MAJOR_VER "2" #define FB_MINOR_VER "0" -#define FB_REV_NO "0" -#define FB_BUILD_NO "12748" +#define FB_REV_NO "1" +#define FB_BUILD_NO "12805" #define FB_BUILD_TYPE "V" #define FB_BUILD_SUFFIX "Firebird 2.0" diff --git a/src/jrd/isc_version.h b/src/jrd/isc_version.h index 5df939d382..caa4342301 100644 --- a/src/jrd/isc_version.h +++ b/src/jrd/isc_version.h @@ -17,7 +17,7 @@ * Contributor(s): ______________________________________. */ -#define ISC_FILE_VER_STRING "WI-V6.3.4.12748" -#define ISC_FILE_VER_NUMBER 6, 3, 4, 12748 +#define ISC_FILE_VER_STRING "WI-V6.3.4.12805" +#define ISC_FILE_VER_NUMBER 6, 3, 4, 12805 #define ISC_MAJOR_VER "6" #define ISC_MINOR_VER "3" diff --git a/src/misc/writeBuildNum.sh b/src/misc/writeBuildNum.sh index e83ace1cf4..8eafcee199 100755 --- a/src/misc/writeBuildNum.sh +++ b/src/misc/writeBuildNum.sh @@ -3,13 +3,13 @@ # 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.18 2006-10-27 08:41:01 dimitr Exp $" +BuildVersion="$Id: writeBuildNum.sh,v 1.12740.2.19 2007-01-05 16:46:49 dimitr Exp $" BuildType=V MajorVer=2 MinorVer=0 -RevNo=0 -BuildNum=12748 +RevNo=1 +BuildNum=12805 if [ "$SPECIAL_BUILD_SUFFIX" = "" ]; then # Normal builds