8
0
mirror of https://github.com/FirebirdSQL/firebird.git synced 2025-02-02 10:00:38 +01:00

nightly update

This commit is contained in:
firebirds 2012-03-23 04:53:59 +00:00
parent 95d274f249
commit 8c09fcdd1b
3 changed files with 21 additions and 7 deletions

View File

@ -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

View File

@ -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"

View File

@ -9,7 +9,7 @@ BuildType=T
MajorVer=3
MinorVer=0
RevNo=0
BuildNum=29875
BuildNum=29878
NowAt=`pwd`
cd `dirname $0`