|
From: <fir...@us...> - 2015-09-29 00:13:49
|
Revision: 62265
http://sourceforge.net/p/firebird/code/62265
Author: firebirds
Date: 2015-09-29 00:13:47 +0000 (Tue, 29 Sep 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-09-29 00:09:05 UTC (rev 62264)
+++ firebird/branches/B2_5_Release/ChangeLog 2015-09-29 00:13:47 UTC (rev 62265)
@@ -1,3 +1,16 @@
+ 2015-09-28 13:27 paulbeach
+ M src/jrd/license.h
+Fix an irritating warning when building packages
+
+ 2015-09-28 13:24 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:11 paulbeach
+ M builds/posix/prefix.darwin_i386
+ M builds/posix/prefix.darwin_x86_64
+Clang only supports TLS from MacOSX 10.7
+
2015-09-24 16:19 asfernandes
M src/jrd/evl.cpp
Fixed CORE-4943 - Dialect 1 casting date to string breaks when in the presence a domain with a check constraint.
Modified: firebird/branches/B2_5_Release/src/jrd/build_no.h
===================================================================
--- firebird/branches/B2_5_Release/src/jrd/build_no.h 2015-09-29 00:09:05 UTC (rev 62264)
+++ firebird/branches/B2_5_Release/src/jrd/build_no.h 2015-09-29 00:13:47 UTC (rev 62265)
@@ -3,16 +3,16 @@
*** DO NOT EDIT ***
TO CHANGE ANY INFORMATION IN HERE PLEASE
EDIT src/misc/writeBuildNum.sh
- FORMAL BUILD NUMBER:26933
+ FORMAL BUILD NUMBER:26936
*/
-#define PRODUCT_VER_STRING "2.5.5.26933"
-#define FILE_VER_STRING "WI-V2.5.5.26933"
-#define LICENSE_VER_STRING "WI-V2.5.5.26933"
-#define FILE_VER_NUMBER 2, 5, 5, 26933
+#define PRODUCT_VER_STRING "2.5.5.26936"
+#define FILE_VER_STRING "WI-V2.5.5.26936"
+#define LICENSE_VER_STRING "WI-V2.5.5.26936"
+#define FILE_VER_NUMBER 2, 5, 5, 26936
#define FB_MAJOR_VER "2"
#define FB_MINOR_VER "5"
#define FB_REV_NO "5"
-#define FB_BUILD_NO "26933"
+#define FB_BUILD_NO "26936"
#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-09-29 00:09:05 UTC (rev 62264)
+++ firebird/branches/B2_5_Release/src/misc/writeBuildNum.sh 2015-09-29 00:13:47 UTC (rev 62265)
@@ -9,7 +9,7 @@
MajorVer=2
MinorVer=5
RevNo=5
-BuildNum=26933
+BuildNum=26936
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.
|