diff --git a/src/jrd/build_no.h b/src/jrd/build_no.h index 72c4afefb8..dca201879f 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:934 + FORMAL BUILD NUMBER:935 */ -#define PRODUCT_VER_STRING "1.5.0.934" -#define FILE_VER_STRING "WI-T1.5.0.934" -#define LICENSE_VER_STRING "WI-T1.5.0.934" -#define FILE_VER_NUMBER 1, 5, 0, 934 +#define PRODUCT_VER_STRING "1.5.0.935" +#define FILE_VER_STRING "WI-T1.5.0.935" +#define LICENSE_VER_STRING "WI-T1.5.0.935" +#define FILE_VER_NUMBER 1, 5, 0, 935 #define FB_MAJOR_VER "1" #define FB_MINOR_VER "5" #define FB_REV_NO "0" -#define FB_BUILD_NO "934" +#define FB_BUILD_NO "935" #define FB_BUILD_TYPE "T" #define FB_BUILD_SUFFIX "Firebird 1.5 Alpha 3" diff --git a/src/misc/writeBuildNum.sh b/src/misc/writeBuildNum.sh index 29e464fec6..f1edcf69b4 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.914 2002-10-12 04:05:04 stryqx Exp $" +BuildVersion="$Id: writeBuildNum.sh,v 1.915 2002-10-12 04:12:47 stryqx Exp $" BuildType=T MajorVer=1 MinorVer=5 RevNo=0 -BuildNum=933 +BuildNum=934 BuildSuffix="Firebird 1.5 Alpha 3" FIREBIRD_VERSION="$MajorVer.$MinorVer.$RevNo"