|
From: <fir...@us...> - 2014-07-08 00:52:58
|
Revision: 59839
http://sourceforge.net/p/firebird/code/59839
Author: firebirds
Date: 2014-07-08 00:52:54 +0000 (Tue, 08 Jul 2014)
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 2014-07-07 06:57:04 UTC (rev 59838)
+++ firebird/branches/B2_5_Release/ChangeLog 2014-07-08 00:52:54 UTC (rev 59839)
@@ -1,3 +1,36 @@
+ 2014-07-07 06:57 hvlad
+ M builds/win32/msvc10/gdef.vcxproj
+ M builds/win32/msvc10/gdef.vcxproj.filters
+ M builds/win32/msvc10/gfix.vcxproj
+ M builds/win32/msvc10/gfix.vcxproj.filters
+ M builds/win32/msvc10/gsec.vcxproj
+ M builds/win32/msvc10/gsec.vcxproj.filters
+ M builds/win32/msvc10/gstat.vcxproj
+ M builds/win32/msvc10/gstat.vcxproj.filters
+ M builds/win32/msvc10/nbackup.vcxproj
+ M builds/win32/msvc10/nbackup.vcxproj.filters
+ M builds/win32/msvc10/qli.vcxproj
+ M builds/win32/msvc10/qli.vcxproj.filters
+Fixed MSVC10 build
+
+ 2014-07-07 06:45 hvlad
+ M builds/win32/msvc9/gdef.vcproj
+ M builds/win32/msvc9/gfix.vcproj
+ M builds/win32/msvc9/gsec.vcproj
+ M builds/win32/msvc9/gstat.vcproj
+ M builds/win32/msvc9/nbackup.vcproj
+ M builds/win32/msvc9/qli.vcproj
+Fixed MSVC9 build
+
+ 2014-07-07 06:41 hvlad
+ M builds/win32/msvc8/gdef.vcproj
+ M builds/win32/msvc8/gfix.vcproj
+ M builds/win32/msvc8/gsec.vcproj
+ M builds/win32/msvc8/gstat.vcproj
+ M builds/win32/msvc8/nbackup.vcproj
+ M builds/win32/msvc8/qli.vcproj
+Fixed MSVC8 build
+
2014-07-03 07:48 alexpeshkoff
M configure.in
M src/jrd/os/posix/unix.cpp
Modified: firebird/branches/B2_5_Release/src/jrd/build_no.h
===================================================================
--- firebird/branches/B2_5_Release/src/jrd/build_no.h 2014-07-07 06:57:04 UTC (rev 59838)
+++ firebird/branches/B2_5_Release/src/jrd/build_no.h 2014-07-08 00:52:54 UTC (rev 59839)
@@ -3,16 +3,16 @@
*** DO NOT EDIT ***
TO CHANGE ANY INFORMATION IN HERE PLEASE
EDIT src/misc/writeBuildNum.sh
- FORMAL BUILD NUMBER:26784
+ FORMAL BUILD NUMBER:26787
*/
-#define PRODUCT_VER_STRING "2.5.3.26784"
-#define FILE_VER_STRING "WI-V2.5.3.26784"
-#define LICENSE_VER_STRING "WI-V2.5.3.26784"
-#define FILE_VER_NUMBER 2, 5, 3, 26784
+#define PRODUCT_VER_STRING "2.5.3.26787"
+#define FILE_VER_STRING "WI-V2.5.3.26787"
+#define LICENSE_VER_STRING "WI-V2.5.3.26787"
+#define FILE_VER_NUMBER 2, 5, 3, 26787
#define FB_MAJOR_VER "2"
#define FB_MINOR_VER "5"
#define FB_REV_NO "3"
-#define FB_BUILD_NO "26784"
+#define FB_BUILD_NO "26787"
#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 2014-07-07 06:57:04 UTC (rev 59838)
+++ firebird/branches/B2_5_Release/src/misc/writeBuildNum.sh 2014-07-08 00:52:54 UTC (rev 59839)
@@ -9,7 +9,7 @@
MajorVer=2
MinorVer=5
RevNo=3
-BuildNum=26784
+BuildNum=26787
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.
|