diff --git a/ChangeLog b/ChangeLog index 98976449db..6923a59543 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ + 2015-11-01 06:27 dimitr + M doc/WhatsNew +Updated the docs. + 2015-10-30 06:08 dimitr M src/jrd/Optimizer.cpp Fixed CORE-4984: Ordering by compound index together with a range condition gives wrong results. diff --git a/src/jrd/build_no.h b/src/jrd/build_no.h index 112a0b3b31..28b2fbfebd 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:32137 + FORMAL BUILD NUMBER:32138 */ -#define PRODUCT_VER_STRING "3.0.0.32137" -#define FILE_VER_STRING "WI-V3.0.0.32137" -#define LICENSE_VER_STRING "WI-V3.0.0.32137" -#define FILE_VER_NUMBER 3, 0, 0, 32137 +#define PRODUCT_VER_STRING "3.0.0.32138" +#define FILE_VER_STRING "WI-V3.0.0.32138" +#define LICENSE_VER_STRING "WI-V3.0.0.32138" +#define FILE_VER_NUMBER 3, 0, 0, 32138 #define FB_MAJOR_VER "3" #define FB_MINOR_VER "0" #define FB_REV_NO "0" -#define FB_BUILD_NO "32137" +#define FB_BUILD_NO "32138" #define FB_BUILD_TYPE "V" #define FB_BUILD_SUFFIX "Firebird 3.0 Release Candidate 1" diff --git a/src/misc/writeBuildNum.sh b/src/misc/writeBuildNum.sh index 8e0eddc720..405d45bd40 100755 --- a/src/misc/writeBuildNum.sh +++ b/src/misc/writeBuildNum.sh @@ -9,7 +9,7 @@ BuildType=V MajorVer=3 MinorVer=0 RevNo=0 -BuildNum=32137 +BuildNum=32138 NowAt=`pwd` cd `dirname $0`