From: <fir...@us...> - 2011-12-28 03:28:04
|
Revision: 53781 http://firebird.svn.sourceforge.net/firebird/?rev=53781&view=rev Author: firebirds Date: 2011-12-28 03:27:57 +0000 (Wed, 28 Dec 2011) Log Message: ----------- nightly update Modified Paths: -------------- firebird/branches/B2_5_Release/ChangeLog firebird/branches/B2_5_Release/src/jrd/build_no.h firebird/branches/B2_5_Release/src/misc/writeBuildNum.sh Modified: firebird/branches/B2_5_Release/ChangeLog =================================================================== --- firebird/branches/B2_5_Release/ChangeLog 2011-12-28 03:21:12 UTC (rev 53780) +++ firebird/branches/B2_5_Release/ChangeLog 2011-12-28 03:27:57 UTC (rev 53781) @@ -1,3 +1,26 @@ + 2011-12-27 12:45 alexpeshkoff + M builds/posix/Makefile.in.client.gbak + M builds/posix/Makefile.in.client.gdef + M builds/posix/Makefile.in.client.gfix + M builds/posix/Makefile.in.client.gpre + M builds/posix/Makefile.in.client.gsec + M builds/posix/Makefile.in.client.isql + M builds/posix/Makefile.in.client.qli + M builds/posix/Makefile.in.client.util + M builds/posix/Makefile.in.embed.gbak + M builds/posix/Makefile.in.embed.gdef + M builds/posix/Makefile.in.embed.gfix + M builds/posix/Makefile.in.embed.gpre + M builds/posix/Makefile.in.embed.isql + M builds/posix/Makefile.in.embed.qli + M builds/posix/Makefile.in.embed.util + M builds/posix/Makefile.in.fbserver + M builds/posix/Makefile.in.inet_server + M builds/posix/Makefile.in.smp_server + A builds/posix/empty.vers + M builds/posix/make.defaults +Backported fix for CORE-3677: Stop utilities to export entrypoints + 2011-12-26 17:11 alexpeshkoff M src/jrd/SysFunction.cpp misc Modified: firebird/branches/B2_5_Release/src/jrd/build_no.h =================================================================== --- firebird/branches/B2_5_Release/src/jrd/build_no.h 2011-12-28 03:21:12 UTC (rev 53780) +++ firebird/branches/B2_5_Release/src/jrd/build_no.h 2011-12-28 03:27:57 UTC (rev 53781) @@ -3,16 +3,16 @@ *** DO NOT EDIT *** TO CHANGE ANY INFORMATION IN HERE PLEASE EDIT src/misc/writeBuildNum.sh - FORMAL BUILD NUMBER:26405 + FORMAL BUILD NUMBER:26406 */ -#define PRODUCT_VER_STRING "2.5.2.26405" -#define FILE_VER_STRING "WI-V2.5.2.26405" -#define LICENSE_VER_STRING "WI-V2.5.2.26405" -#define FILE_VER_NUMBER 2, 5, 2, 26405 +#define PRODUCT_VER_STRING "2.5.2.26406" +#define FILE_VER_STRING "WI-V2.5.2.26406" +#define LICENSE_VER_STRING "WI-V2.5.2.26406" +#define FILE_VER_NUMBER 2, 5, 2, 26406 #define FB_MAJOR_VER "2" #define FB_MINOR_VER "5" #define FB_REV_NO "2" -#define FB_BUILD_NO "26405" +#define FB_BUILD_NO "26406" #define FB_BUILD_TYPE "V" #define FB_BUILD_SUFFIX "Firebird 2.5" Modified: firebird/branches/B2_5_Release/src/misc/writeBuildNum.sh =================================================================== --- firebird/branches/B2_5_Release/src/misc/writeBuildNum.sh 2011-12-28 03:21:12 UTC (rev 53780) +++ firebird/branches/B2_5_Release/src/misc/writeBuildNum.sh 2011-12-28 03:27:57 UTC (rev 53781) @@ -9,7 +9,7 @@ MajorVer=2 MinorVer=5 RevNo=2 -BuildNum=26405 +BuildNum=26406 if [ "$SPECIAL_BUILD_SUFFIX" = "" ]; then # Normal builds This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |