|
From: <fir...@us...> - 2012-01-13 03:31:07
|
Revision: 53856
http://firebird.svn.sourceforge.net/firebird/?rev=53856&view=rev
Author: firebirds
Date: 2012-01-13 03:31:00 +0000 (Fri, 13 Jan 2012)
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 2012-01-13 03:23:35 UTC (rev 53855)
+++ firebird/branches/B2_5_Release/ChangeLog 2012-01-13 03:31:00 UTC (rev 53856)
@@ -1,3 +1,24 @@
+ 2012-01-12 15:02 alexpeshkoff
+ M builds/posix/Makefile.in.boot.gpre
+ M builds/posix/Makefile.in.client.fbudf
+ M builds/posix/Makefile.in.codes
+ M builds/posix/Makefile.in.embed.fbudf
+ M builds/posix/Makefile.in.examples
+ M builds/posix/Makefile.in.fbserver
+ M builds/posix/Makefile.in.fbtrace
+ M builds/posix/Makefile.in.intl
+ M builds/posix/Makefile.in.libfbclient
+ M builds/posix/Makefile.in.libfbstatic
+ M builds/posix/Makefile.in.msgs
+ M builds/posix/Makefile.in.refDatabases
+ M builds/posix/Makefile.in.smp_server
+ M builds/posix/Makefile.in.static.createdb
+ M builds/posix/Makefile.in.static.gbak
+ M builds/posix/Makefile.in.static.gpre
+ M builds/posix/Makefile.in.static.isql
+ M builds/posix/make.rules
+Backported fix for CORE-3727: Support C preprocessor flags in firebird build system
+
2012-01-11 13:04 alexpeshkoff
M builds/posix/Makefile.in.client.isql
Applied Michal's patch
Modified: firebird/branches/B2_5_Release/src/jrd/build_no.h
===================================================================
--- firebird/branches/B2_5_Release/src/jrd/build_no.h 2012-01-13 03:23:35 UTC (rev 53855)
+++ firebird/branches/B2_5_Release/src/jrd/build_no.h 2012-01-13 03:31:00 UTC (rev 53856)
@@ -3,16 +3,16 @@
*** DO NOT EDIT ***
TO CHANGE ANY INFORMATION IN HERE PLEASE
EDIT src/misc/writeBuildNum.sh
- FORMAL BUILD NUMBER:26415
+ FORMAL BUILD NUMBER:26416
*/
-#define PRODUCT_VER_STRING "2.5.2.26415"
-#define FILE_VER_STRING "WI-V2.5.2.26415"
-#define LICENSE_VER_STRING "WI-V2.5.2.26415"
-#define FILE_VER_NUMBER 2, 5, 2, 26415
+#define PRODUCT_VER_STRING "2.5.2.26416"
+#define FILE_VER_STRING "WI-V2.5.2.26416"
+#define LICENSE_VER_STRING "WI-V2.5.2.26416"
+#define FILE_VER_NUMBER 2, 5, 2, 26416
#define FB_MAJOR_VER "2"
#define FB_MINOR_VER "5"
#define FB_REV_NO "2"
-#define FB_BUILD_NO "26415"
+#define FB_BUILD_NO "26416"
#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 2012-01-13 03:23:35 UTC (rev 53855)
+++ firebird/branches/B2_5_Release/src/misc/writeBuildNum.sh 2012-01-13 03:31:00 UTC (rev 53856)
@@ -9,7 +9,7 @@
MajorVer=2
MinorVer=5
RevNo=2
-BuildNum=26415
+BuildNum=26416
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.
|