From: <fir...@us...> - 2013-03-07 01:27:00
|
Revision: 57737 http://sourceforge.net/p/firebird/code/57737 Author: firebirds Date: 2013-03-07 01:26:56 +0000 (Thu, 07 Mar 2013) 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 2013-03-07 00:49:09 UTC (rev 57736) +++ firebird/branches/B2_5_Release/ChangeLog 2013-03-07 01:26:56 UTC (rev 57737) @@ -1,3 +1,14 @@ + 2013-03-06 14:30 dimitr + M builds/win32/msvc8/firebird2.vsprops + M builds/win32/msvc9/btyacc.vcproj + M builds/win32/msvc9/firebird2.vsprops + 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-06 11:33 alexpeshkoff + M src/remote/inet.cpp +Fixed CORE-4058 + 2013-03-04 15:18 alexpeshkoff M configure.in Minimum fix for CORE-4031: make install wrong under Debian Ubuntu 64 Modified: firebird/branches/B2_5_Release/src/jrd/build_no.h =================================================================== --- firebird/branches/B2_5_Release/src/jrd/build_no.h 2013-03-07 00:49:09 UTC (rev 57736) +++ firebird/branches/B2_5_Release/src/jrd/build_no.h 2013-03-07 01:26:56 UTC (rev 57737) @@ -3,16 +3,16 @@ *** DO NOT EDIT *** TO CHANGE ANY INFORMATION IN HERE PLEASE EDIT src/misc/writeBuildNum.sh - FORMAL BUILD NUMBER:26621 + FORMAL BUILD NUMBER:26623 */ -#define PRODUCT_VER_STRING "2.5.3.26621" -#define FILE_VER_STRING "WI-V2.5.3.26621" -#define LICENSE_VER_STRING "WI-V2.5.3.26621" -#define FILE_VER_NUMBER 2, 5, 3, 26621 +#define PRODUCT_VER_STRING "2.5.3.26623" +#define FILE_VER_STRING "WI-V2.5.3.26623" +#define LICENSE_VER_STRING "WI-V2.5.3.26623" +#define FILE_VER_NUMBER 2, 5, 3, 26623 #define FB_MAJOR_VER "2" #define FB_MINOR_VER "5" #define FB_REV_NO "3" -#define FB_BUILD_NO "26621" +#define FB_BUILD_NO "26623" #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 2013-03-07 00:49:09 UTC (rev 57736) +++ firebird/branches/B2_5_Release/src/misc/writeBuildNum.sh 2013-03-07 01:26:56 UTC (rev 57737) @@ -9,7 +9,7 @@ MajorVer=2 MinorVer=5 RevNo=3 -BuildNum=26621 +BuildNum=26623 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. |