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

nightly update

This commit is contained in:
firebirds 2012-01-29 04:36:52 +00:00
parent e51ddc7a38
commit aba334d844
3 changed files with 19 additions and 7 deletions

View File

@ -1,3 +1,15 @@
2012-01-29 02:53 asfernandes
M src/common/classes/locks.h
M src/common/classes/timestamp.h
M src/common/xdr_proto.h
M src/dsql/WinNodes.cpp
M src/dsql/pass1.cpp
M src/include/fb_blk.h
M src/jrd/SimilarToMatcher.h
M src/jrd/par.cpp
M src/remote/server/os/win32/window.cpp
Misc.
2012-01-27 09:10 robocop
M src/common/classes/NoThrowTimeStamp.cpp
M src/gpre/boot/gpre_meta_boot.cpp

View File

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