mirror of
https://github.com/FirebirdSQL/firebird.git
synced 2025-01-23 04:43:03 +01:00
nightly update
This commit is contained in:
parent
7d604ae62a
commit
ec92273d2f
@ -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
|
||||
|
@ -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"
|
||||
|
@ -9,7 +9,7 @@ BuildType=T
|
||||
MajorVer=3
|
||||
MinorVer=0
|
||||
RevNo=0
|
||||
BuildNum=29869
|
||||
BuildNum=29871
|
||||
|
||||
NowAt=`pwd`
|
||||
cd `dirname $0`
|
||||
|
Loading…
Reference in New Issue
Block a user