diff --git a/ChangeLog b/ChangeLog index 06402652e2..6d3a12b48e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ + 2013-08-15 15:42 asfernandes + M src/dsql/metd.epp +Fixed CORE-4180 - CREATE COLLATION does not verify base collation charset. + + 2013-08-15 11:54 dimitr + M src/jrd/cch.cpp +Fixed incorrect accounting re. number of fetches. + 2013-08-14 15:41 asfernandes M builds/posix/make.shared.targets Fixed the problem with make -j when only parse.y is changed. diff --git a/src/jrd/build_no.h b/src/jrd/build_no.h index ada5bc7892..1978a5833b 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:30590 + FORMAL BUILD NUMBER:30592 */ -#define PRODUCT_VER_STRING "3.0.0.30590" -#define FILE_VER_STRING "WI-T3.0.0.30590" -#define LICENSE_VER_STRING "WI-T3.0.0.30590" -#define FILE_VER_NUMBER 3, 0, 0, 30590 +#define PRODUCT_VER_STRING "3.0.0.30592" +#define FILE_VER_STRING "WI-T3.0.0.30592" +#define LICENSE_VER_STRING "WI-T3.0.0.30592" +#define FILE_VER_NUMBER 3, 0, 0, 30592 #define FB_MAJOR_VER "3" #define FB_MINOR_VER "0" #define FB_REV_NO "0" -#define FB_BUILD_NO "30590" +#define FB_BUILD_NO "30592" #define FB_BUILD_TYPE "T" #define FB_BUILD_SUFFIX "Firebird 3.0 Alpha 1" diff --git a/src/misc/writeBuildNum.sh b/src/misc/writeBuildNum.sh index 81c3fa5346..ef04c8a2b0 100755 --- a/src/misc/writeBuildNum.sh +++ b/src/misc/writeBuildNum.sh @@ -9,7 +9,7 @@ BuildType=T MajorVer=3 MinorVer=0 RevNo=0 -BuildNum=30590 +BuildNum=30592 NowAt=`pwd` cd `dirname $0`