From ff82f2b6a6d6102063d3a512fe1e468dbb578e06 Mon Sep 17 00:00:00 2001 From: robocop Date: Wed, 29 Oct 2003 10:53:42 +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 4f72ea8004..565526b2bb 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:5396 + FORMAL BUILD NUMBER:5397 */ -#define PRODUCT_VER_STRING "2.0.0.5396" -#define FILE_VER_STRING "WI-T2.0.0.5396" -#define LICENSE_VER_STRING "WI-T2.0.0.5396" -#define FILE_VER_NUMBER 2, 0, 0, 5396 +#define PRODUCT_VER_STRING "2.0.0.5397" +#define FILE_VER_STRING "WI-T2.0.0.5397" +#define LICENSE_VER_STRING "WI-T2.0.0.5397" +#define FILE_VER_NUMBER 2, 0, 0, 5397 #define FB_MAJOR_VER "2" #define FB_MINOR_VER "0" #define FB_REV_NO "0" -#define FB_BUILD_NO "5396" +#define FB_BUILD_NO "5397" #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 51ed30f616..9b396578b3 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.5395 2003-10-29 10:53:39 robocop Exp $" +BuildVersion="$Id: writeBuildNum.sh,v 1.5396 2003-10-29 10:53:41 robocop Exp $" BuildType=T MajorVer=2 MinorVer=0 RevNo=0 -BuildNum=5395 +BuildNum=5396 BuildSuffix="Firebird 2.0 UNSTABLE" FIREBIRD_PACKAGE_VERSION=0.Unstable @@ -82,7 +82,7 @@ cat >$1 <