|
From: <fir...@us...> - 2015-10-15 00:15:08
|
Revision: 62369
http://sourceforge.net/p/firebird/code/62369
Author: firebirds
Date: 2015-10-15 00:15:06 +0000 (Thu, 15 Oct 2015)
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 2015-10-15 00:08:56 UTC (rev 62368)
+++ firebird/branches/B2_5_Release/ChangeLog 2015-10-15 00:15:06 UTC (rev 62369)
@@ -1,3 +1,9 @@
+ 2015-10-14 12:46 paulbeach
+ M builds/install/arch-specific/darwin/install-script
+ M builds/install/arch-specific/darwin/preupgrade-script
+ M builds/posix/postfix.darwin
+More changes to support the new pkgbuild installer for El Capitan
+
2015-10-13 12:00 paulbeach
A builds/install/arch-specific/darwin/DistributionCS.xml
A builds/install/arch-specific/darwin/DistributionSS.xml
Modified: firebird/branches/B2_5_Release/src/jrd/build_no.h
===================================================================
--- firebird/branches/B2_5_Release/src/jrd/build_no.h 2015-10-15 00:08:56 UTC (rev 62368)
+++ firebird/branches/B2_5_Release/src/jrd/build_no.h 2015-10-15 00:15:06 UTC (rev 62369)
@@ -3,16 +3,16 @@
*** DO NOT EDIT ***
TO CHANGE ANY INFORMATION IN HERE PLEASE
EDIT src/misc/writeBuildNum.sh
- FORMAL BUILD NUMBER:26941
+ FORMAL BUILD NUMBER:26942
*/
-#define PRODUCT_VER_STRING "2.5.5.26941"
-#define FILE_VER_STRING "WI-V2.5.5.26941"
-#define LICENSE_VER_STRING "WI-V2.5.5.26941"
-#define FILE_VER_NUMBER 2, 5, 5, 26941
+#define PRODUCT_VER_STRING "2.5.5.26942"
+#define FILE_VER_STRING "WI-V2.5.5.26942"
+#define LICENSE_VER_STRING "WI-V2.5.5.26942"
+#define FILE_VER_NUMBER 2, 5, 5, 26942
#define FB_MAJOR_VER "2"
#define FB_MINOR_VER "5"
#define FB_REV_NO "5"
-#define FB_BUILD_NO "26941"
+#define FB_BUILD_NO "26942"
#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 2015-10-15 00:08:56 UTC (rev 62368)
+++ firebird/branches/B2_5_Release/src/misc/writeBuildNum.sh 2015-10-15 00:15:06 UTC (rev 62369)
@@ -9,7 +9,7 @@
MajorVer=2
MinorVer=5
RevNo=5
-BuildNum=26941
+BuildNum=26942
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.
|