From 903ad18eba71f3dd19ea05eba374aa745ced0fa1 Mon Sep 17 00:00:00 2001 From: dimitr Date: Thu, 13 Aug 2009 15:52:07 +0000 Subject: [PATCH] Update the build number. This change is for the branch, not for the v2.1.3 release (i.e. it's not tagged). --- src/jrd/build_no.h | 12 ++++++------ src/jrd/isc_version.h | 4 ++-- src/misc/writeBuildNum.sh | 4 ++-- 3 files changed, 10 insertions(+), 10 deletions(-) diff --git a/src/jrd/build_no.h b/src/jrd/build_no.h index f336207c27..3231842f7b 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:18185 + FORMAL BUILD NUMBER:18194 */ -#define PRODUCT_VER_STRING "2.1.3.18185" -#define FILE_VER_STRING "WI-V2.1.3.18185" -#define LICENSE_VER_STRING "WI-V2.1.3.18185" -#define FILE_VER_NUMBER 2, 1, 3, 18185 +#define PRODUCT_VER_STRING "2.1.3.18194" +#define FILE_VER_STRING "WI-V2.1.3.18194" +#define LICENSE_VER_STRING "WI-V2.1.3.18194" +#define FILE_VER_NUMBER 2, 1, 3, 18194 #define FB_MAJOR_VER "2" #define FB_MINOR_VER "1" #define FB_REV_NO "3" -#define FB_BUILD_NO "18185" +#define FB_BUILD_NO "18194" #define FB_BUILD_TYPE "V" #define FB_BUILD_SUFFIX "Firebird 2.1" diff --git a/src/jrd/isc_version.h b/src/jrd/isc_version.h index 0e2e168673..79e53cafc4 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.18185" -#define ISC_FILE_VER_NUMBER 6, 3, 4, 18185 +#define ISC_FILE_VER_STRING "WI-V6.3.4.18194" +#define ISC_FILE_VER_NUMBER 6, 3, 4, 18194 #define ISC_MAJOR_VER "6" #define ISC_MINOR_VER "3" diff --git a/src/misc/writeBuildNum.sh b/src/misc/writeBuildNum.sh index e5a78e4239..45147d1afd 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.17894.2.23 2009-07-20 14:22:17 dimitr Exp $" +BuildVersion="$Id: writeBuildNum.sh,v 1.17894.2.24 2009-08-13 15:52:07 dimitr Exp $" BuildType=V MajorVer=2 MinorVer=1 RevNo=3 -BuildNum=18185 +BuildNum=18194 if [ "$SPECIAL_BUILD_SUFFIX" = "" ]; then # Normal builds