From 9358ead4d503a220840bf1a612a6a84669a72969 Mon Sep 17 00:00:00 2001 From: hvlad Date: Wed, 30 Apr 2008 20:04:23 +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 9c36f8456b..bfe69aaa83 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:19685 + FORMAL BUILD NUMBER:19686 */ -#define PRODUCT_VER_STRING "2.5.0.19685" -#define FILE_VER_STRING "WI-T2.5.0.19685" -#define LICENSE_VER_STRING "WI-T2.5.0.19685" -#define FILE_VER_NUMBER 2, 5, 0, 19685 +#define PRODUCT_VER_STRING "2.5.0.19686" +#define FILE_VER_STRING "WI-T2.5.0.19686" +#define LICENSE_VER_STRING "WI-T2.5.0.19686" +#define FILE_VER_NUMBER 2, 5, 0, 19686 #define FB_MAJOR_VER "2" #define FB_MINOR_VER "5" #define FB_REV_NO "0" -#define FB_BUILD_NO "19685" +#define FB_BUILD_NO "19686" #define FB_BUILD_TYPE "T" #define FB_BUILD_SUFFIX "Firebird 2.5 Unstable " diff --git a/src/misc/writeBuildNum.sh b/src/misc/writeBuildNum.sh index 77780a72fd..428a695009 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.19845 2008-04-30 20:03:43 hvlad Exp $" +BuildVersion="$Id: writeBuildNum.sh,v 1.19846 2008-04-30 20:04:21 hvlad Exp $" BuildType=T MajorVer=2 MinorVer=5 RevNo=0 -BuildNum=19685 +BuildNum=19686 if [ "$SPECIAL_BUILD_SUFFIX" = "" ]; then # Normal builds @@ -94,7 +94,7 @@ cat >$1 <