|
From: <fir...@us...> - 2013-03-07 00:49:11
|
Revision: 57736
http://sourceforge.net/p/firebird/code/57736
Author: firebirds
Date: 2013-03-07 00:49:09 +0000 (Thu, 07 Mar 2013)
Log Message:
-----------
nightly update
Modified Paths:
--------------
firebird/trunk/ChangeLog
firebird/trunk/src/jrd/build_no.h
firebird/trunk/src/misc/writeBuildNum.sh
Modified: firebird/trunk/ChangeLog
===================================================================
--- firebird/trunk/ChangeLog 2013-03-06 18:35:37 UTC (rev 57735)
+++ firebird/trunk/ChangeLog 2013-03-07 00:49:09 UTC (rev 57736)
@@ -1,3 +1,14 @@
+ 2013-03-06 14:30 dimitr
+ M builds/win32/msvc10/btyacc.vcxproj
+ M builds/win32/msvc10/firebird2.props
+ M builds/win32/msvc8/empbuild.vcproj
+ M builds/win32/msvc8/firebird2.vsprops
+ M builds/win32/msvc9/empbuild.vcproj
+ M builds/win32/msvc9/firebird2.vsprops
+ M extern/icu/source/allinone/firebird2intl.props
+ M extern/icu/source/allinone/firebird2intl.vsprops
+An ultimate solution for the CRT warnings targeted at both native and external (ICU, BTYACC) modules. Inspired by the ICU-only patch contributed by Dmitry Kovalenko.
+
2013-03-05 12:53 alexpeshkoff
M src/burp/burp.cpp
M src/burp/burp.h
Modified: firebird/trunk/src/jrd/build_no.h
===================================================================
--- firebird/trunk/src/jrd/build_no.h 2013-03-06 18:35:37 UTC (rev 57735)
+++ firebird/trunk/src/jrd/build_no.h 2013-03-07 00:49:09 UTC (rev 57736)
@@ -3,16 +3,16 @@
*** DO NOT EDIT ***
TO CHANGE ANY INFORMATION IN HERE PLEASE
EDIT src/misc/writeBuildNum.sh
- FORMAL BUILD NUMBER:30247
+ FORMAL BUILD NUMBER:30248
*/
-#define PRODUCT_VER_STRING "3.0.0.30247"
-#define FILE_VER_STRING "WI-T3.0.0.30247"
-#define LICENSE_VER_STRING "WI-T3.0.0.30247"
-#define FILE_VER_NUMBER 3, 0, 0, 30247
+#define PRODUCT_VER_STRING "3.0.0.30248"
+#define FILE_VER_STRING "WI-T3.0.0.30248"
+#define LICENSE_VER_STRING "WI-T3.0.0.30248"
+#define FILE_VER_NUMBER 3, 0, 0, 30248
#define FB_MAJOR_VER "3"
#define FB_MINOR_VER "0"
#define FB_REV_NO "0"
-#define FB_BUILD_NO "30247"
+#define FB_BUILD_NO "30248"
#define FB_BUILD_TYPE "T"
#define FB_BUILD_SUFFIX "Firebird 3.0 Unstable"
Modified: firebird/trunk/src/misc/writeBuildNum.sh
===================================================================
--- firebird/trunk/src/misc/writeBuildNum.sh 2013-03-06 18:35:37 UTC (rev 57735)
+++ firebird/trunk/src/misc/writeBuildNum.sh 2013-03-07 00:49:09 UTC (rev 57736)
@@ -9,7 +9,7 @@
MajorVer=3
MinorVer=0
RevNo=0
-BuildNum=30247
+BuildNum=30248
NowAt=`pwd`
cd `dirname $0`
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|