diff --git a/ChangeLog b/ChangeLog index 3d1c59fd18..bea74c9507 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,15 @@ + 2015-09-28 13:26 paulbeach + M src/jrd/license.h +Fix an irritating warning when building packages + + 2015-09-28 13:25 paulbeach + M builds/install/arch-specific/darwin/Makefile.in +Apple in the last release of OSX have somehow managed to change the default behaviour of tail + + 2015-09-28 12:15 paulbeach + M builds/posix/prefix.darwin_i386 +Clang only supports TLS from MacOSX 10.7 + 2015-09-27 20:02 asfernandes M src/jrd/GarbageCollector.cpp M src/jrd/vio.cpp diff --git a/src/jrd/build_no.h b/src/jrd/build_no.h index 4ba8bc9b77..c43e526fe5 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:32054 + FORMAL BUILD NUMBER:32057 */ -#define PRODUCT_VER_STRING "3.0.0.32054" -#define FILE_VER_STRING "WI-V3.0.0.32054" -#define LICENSE_VER_STRING "WI-V3.0.0.32054" -#define FILE_VER_NUMBER 3, 0, 0, 32054 +#define PRODUCT_VER_STRING "3.0.0.32057" +#define FILE_VER_STRING "WI-V3.0.0.32057" +#define LICENSE_VER_STRING "WI-V3.0.0.32057" +#define FILE_VER_NUMBER 3, 0, 0, 32057 #define FB_MAJOR_VER "3" #define FB_MINOR_VER "0" #define FB_REV_NO "0" -#define FB_BUILD_NO "32054" +#define FB_BUILD_NO "32057" #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 86715a00a5..ff2d20f5ed 100755 --- a/src/misc/writeBuildNum.sh +++ b/src/misc/writeBuildNum.sh @@ -9,7 +9,7 @@ BuildType=V MajorVer=3 MinorVer=0 RevNo=0 -BuildNum=32054 +BuildNum=32057 NowAt=`pwd` cd `dirname $0`