From: <fir...@us...> - 2012-03-23 04:54:05
|
Revision: 54225 http://firebird.svn.sourceforge.net/firebird/?rev=54225&view=rev Author: firebirds Date: 2012-03-23 04:53:59 +0000 (Fri, 23 Mar 2012) 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 2012-03-22 13:09:04 UTC (rev 54224) +++ firebird/trunk/ChangeLog 2012-03-23 04:53:59 UTC (rev 54225) @@ -1,3 +1,17 @@ + 2012-03-22 13:09 paulbeach + M src/common/classes/semaphore.h +Allow compile on Darwin + + 2012-03-22 07:57 dimitr + M src/jrd/cvt2.cpp +Slightly changed the logic to make it easier to understand. + + 2012-03-22 07:25 dimitr + M builds/win32/msvc10/common.vcxproj + M builds/win32/msvc8/common.vcproj + M builds/win32/msvc9/common.vcproj +Fixed all other Windows builds. + 2012-03-22 00:21 hvlad M src/jrd/cch.cpp New patch for CORE-3468 Modified: firebird/trunk/src/jrd/build_no.h =================================================================== --- firebird/trunk/src/jrd/build_no.h 2012-03-22 13:09:04 UTC (rev 54224) +++ firebird/trunk/src/jrd/build_no.h 2012-03-23 04:53:59 UTC (rev 54225) @@ -3,16 +3,16 @@ *** DO NOT EDIT *** TO CHANGE ANY INFORMATION IN HERE PLEASE EDIT src/misc/writeBuildNum.sh - FORMAL BUILD NUMBER:29875 + FORMAL BUILD NUMBER:29878 */ -#define PRODUCT_VER_STRING "3.0.0.29875" -#define FILE_VER_STRING "WI-T3.0.0.29875" -#define LICENSE_VER_STRING "WI-T3.0.0.29875" -#define FILE_VER_NUMBER 3, 0, 0, 29875 +#define PRODUCT_VER_STRING "3.0.0.29878" +#define FILE_VER_STRING "WI-T3.0.0.29878" +#define LICENSE_VER_STRING "WI-T3.0.0.29878" +#define FILE_VER_NUMBER 3, 0, 0, 29878 #define FB_MAJOR_VER "3" #define FB_MINOR_VER "0" #define FB_REV_NO "0" -#define FB_BUILD_NO "29875" +#define FB_BUILD_NO "29878" #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 2012-03-22 13:09:04 UTC (rev 54224) +++ firebird/trunk/src/misc/writeBuildNum.sh 2012-03-23 04:53:59 UTC (rev 54225) @@ -9,7 +9,7 @@ MajorVer=3 MinorVer=0 RevNo=0 -BuildNum=29875 +BuildNum=29878 NowAt=`pwd` cd `dirname $0` This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |