From f818edb3ba7bc09c13d66cd3d64c452bb63395b6 Mon Sep 17 00:00:00 2001 From: dimitr Date: Fri, 3 Sep 2004 05:27:52 +0000 Subject: [PATCH] increment build number --- src/jrd/build_no.h | 12 ++++++------ src/misc/writeBuildNum.sh | 6 +++--- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/src/jrd/build_no.h b/src/jrd/build_no.h index cc8c8fb5d2..629c2b9caa 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:8246 + FORMAL BUILD NUMBER:8247 */ -#define PRODUCT_VER_STRING "2.0.0.8246" -#define FILE_VER_STRING "WI-T2.0.0.8246" -#define LICENSE_VER_STRING "WI-T2.0.0.8246" -#define FILE_VER_NUMBER 2, 0, 0, 8246 +#define PRODUCT_VER_STRING "2.0.0.8247" +#define FILE_VER_STRING "WI-T2.0.0.8247" +#define LICENSE_VER_STRING "WI-T2.0.0.8247" +#define FILE_VER_NUMBER 2, 0, 0, 8247 #define FB_MAJOR_VER "2" #define FB_MINOR_VER "0" #define FB_REV_NO "0" -#define FB_BUILD_NO "8246" +#define FB_BUILD_NO "8247" #define FB_BUILD_TYPE "T" #define FB_BUILD_SUFFIX "Firebird 2.0 UNSTABLE" diff --git a/src/misc/writeBuildNum.sh b/src/misc/writeBuildNum.sh index bfeaad674d..4a89b5f63d 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.8248 2004-09-03 01:09:04 fsg Exp $" +BuildVersion="$Id: writeBuildNum.sh,v 1.8249 2004-09-03 05:27:46 dimitr Exp $" BuildType=T MajorVer=2 MinorVer=0 RevNo=0 -BuildNum=8246 +BuildNum=8247 BuildSuffix="Firebird 2.0 UNSTABLE" FIREBIRD_PACKAGE_VERSION=0.UNSTABLE @@ -82,7 +82,7 @@ cat >$1 <