|
From: <fir...@us...> - 2015-10-14 00:24:04
|
Revision: 62365
http://sourceforge.net/p/firebird/code/62365
Author: firebirds
Date: 2015-10-14 00:24:01 +0000 (Wed, 14 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-14 00:19:51 UTC (rev 62364)
+++ firebird/branches/B2_5_Release/ChangeLog 2015-10-14 00:24:01 UTC (rev 62365)
@@ -1,3 +1,15 @@
+ 2015-10-13 12:00 paulbeach
+ A builds/install/arch-specific/darwin/DistributionCS.xml
+ A builds/install/arch-specific/darwin/DistributionSS.xml
+ M builds/install/arch-specific/darwin/Info.plist
+ M builds/install/arch-specific/darwin/Makefile.in
+ M builds/install/arch-specific/darwin/install-script
+ M builds/install/arch-specific/darwin/preupgrade-script
+ M builds/posix/postfix.darwin
+ M builds/posix/prefix.darwin_i386
+ M builds/posix/prefix.darwin_x86_64
+New installer based on pkgbuild and productbuild to replace old deprecated installer on El Capitan
+
2015-10-11 14:43 alexpeshkoff
M src/include/gen/msgs.h
M src/msgs/messages2.sql
Modified: firebird/branches/B2_5_Release/src/jrd/build_no.h
===================================================================
--- firebird/branches/B2_5_Release/src/jrd/build_no.h 2015-10-14 00:19:51 UTC (rev 62364)
+++ firebird/branches/B2_5_Release/src/jrd/build_no.h 2015-10-14 00:24:01 UTC (rev 62365)
@@ -3,16 +3,16 @@
*** DO NOT EDIT ***
TO CHANGE ANY INFORMATION IN HERE PLEASE
EDIT src/misc/writeBuildNum.sh
- FORMAL BUILD NUMBER:26940
+ FORMAL BUILD NUMBER:26941
*/
-#define PRODUCT_VER_STRING "2.5.5.26940"
-#define FILE_VER_STRING "WI-V2.5.5.26940"
-#define LICENSE_VER_STRING "WI-V2.5.5.26940"
-#define FILE_VER_NUMBER 2, 5, 5, 26940
+#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 FB_MAJOR_VER "2"
#define FB_MINOR_VER "5"
#define FB_REV_NO "5"
-#define FB_BUILD_NO "26940"
+#define FB_BUILD_NO "26941"
#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-14 00:19:51 UTC (rev 62364)
+++ firebird/branches/B2_5_Release/src/misc/writeBuildNum.sh 2015-10-14 00:24:01 UTC (rev 62365)
@@ -9,7 +9,7 @@
MajorVer=2
MinorVer=5
RevNo=5
-BuildNum=26940
+BuildNum=26941
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.
|