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

nightly update

This commit is contained in:
firebirds 2012-03-21 04:50:01 +00:00
parent 7d604ae62a
commit ec92273d2f
3 changed files with 15 additions and 7 deletions

View File

@ -1,3 +1,11 @@
2012-03-20 10:38 dimitr
M builds/win32/msvc8/common.vcproj
Fixed MSVC8 build.
2012-03-20 10:10 dimitr
M src/jrd/DatabaseSnapshot.cpp
Fixed the broken monitoring code.
2012-03-19 09:09 alexpeshkoff
M src/burp/burp.cpp
Postfix for AV due to CORE-3649

View File

@ -3,16 +3,16 @@
*** DO NOT EDIT ***
TO CHANGE ANY INFORMATION IN HERE PLEASE
EDIT src/misc/writeBuildNum.sh
FORMAL BUILD NUMBER:29869
FORMAL BUILD NUMBER:29871
*/
#define PRODUCT_VER_STRING "3.0.0.29869"
#define FILE_VER_STRING "WI-T3.0.0.29869"
#define LICENSE_VER_STRING "WI-T3.0.0.29869"
#define FILE_VER_NUMBER 3, 0, 0, 29869
#define PRODUCT_VER_STRING "3.0.0.29871"
#define FILE_VER_STRING "WI-T3.0.0.29871"
#define LICENSE_VER_STRING "WI-T3.0.0.29871"
#define FILE_VER_NUMBER 3, 0, 0, 29871
#define FB_MAJOR_VER "3"
#define FB_MINOR_VER "0"
#define FB_REV_NO "0"
#define FB_BUILD_NO "29869"
#define FB_BUILD_NO "29871"
#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=29869
BuildNum=29871
NowAt=`pwd`
cd `dirname $0`