From 8f618046b0a1fc656fb84ef500722da24a5dceb4 Mon Sep 17 00:00:00 2001 From: fsg Date: Fri, 28 Mar 2003 23:24:41 +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 88776ed3fb..22de0a8a8a 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:3043 + FORMAL BUILD NUMBER:3044 */ -#define PRODUCT_VER_STRING "1.5.0.3043" -#define FILE_VER_STRING "WI-T1.5.0.3043" -#define LICENSE_VER_STRING "WI-T1.5.0.3043" -#define FILE_VER_NUMBER 1, 5, 0, 3043 +#define PRODUCT_VER_STRING "1.5.0.3044" +#define FILE_VER_STRING "WI-T1.5.0.3044" +#define LICENSE_VER_STRING "WI-T1.5.0.3044" +#define FILE_VER_NUMBER 1, 5, 0, 3044 #define FB_MAJOR_VER "1" #define FB_MINOR_VER "5" #define FB_REV_NO "0" -#define FB_BUILD_NO "3043" +#define FB_BUILD_NO "3044" #define FB_BUILD_TYPE "T" #define FB_BUILD_SUFFIX "Firebird 1.5 Beta 4" diff --git a/src/misc/writeBuildNum.sh b/src/misc/writeBuildNum.sh index 1f8f9c9f5e..0f998dcb8e 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.3036 2003-03-28 13:53:54 brodsom Exp $" +BuildVersion="$Id: writeBuildNum.sh,v 1.3037 2003-03-28 23:24:38 fsg Exp $" BuildType=T MajorVer=1 MinorVer=5 RevNo=0 -BuildNum=3043 +BuildNum=3044 BuildSuffix="Firebird 1.5 Beta 4" FIREBIRD_PACKAGE_VERSION=0.Beta4 @@ -82,7 +82,7 @@ cat >$1 <