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

nightly update

This commit is contained in:
firebirds 2011-05-13 03:17:35 +00:00
parent e4d1311b63
commit 214290a8a3
3 changed files with 24 additions and 7 deletions

View File

@ -1,3 +1,20 @@
2011-05-13 01:23 asfernandes
M src/common/classes/fb_atomic.h
Correction.
2011-05-13 01:15 asfernandes
M src/jrd/cch.cpp
M src/jrd/jrd.cpp
Misc.
2011-05-12 14:56 dimitr
M src/dsql/dsql.cpp
Fixed CORE-3477: Passing non-existing SQL parameters always crash server.
2011-05-12 08:45 dimitr
M src/jrd/met.epp
Front-ported CORE-3314: Dependencies are not removed after dropping the procedure and the table it depends on in the same transaction.
2011-05-12 00:42 asfernandes 2011-05-12 00:42 asfernandes
M src/jrd/cch.cpp M src/jrd/cch.cpp
M src/jrd/cch.h M src/jrd/cch.h

View File

@ -3,16 +3,16 @@
*** DO NOT EDIT *** *** DO NOT EDIT ***
TO CHANGE ANY INFORMATION IN HERE PLEASE TO CHANGE ANY INFORMATION IN HERE PLEASE
EDIT src/misc/writeBuildNum.sh EDIT src/misc/writeBuildNum.sh
FORMAL BUILD NUMBER:29356 FORMAL BUILD NUMBER:29360
*/ */
#define PRODUCT_VER_STRING "3.0.0.29356" #define PRODUCT_VER_STRING "3.0.0.29360"
#define FILE_VER_STRING "WI-T3.0.0.29356" #define FILE_VER_STRING "WI-T3.0.0.29360"
#define LICENSE_VER_STRING "WI-T3.0.0.29356" #define LICENSE_VER_STRING "WI-T3.0.0.29360"
#define FILE_VER_NUMBER 3, 0, 0, 29356 #define FILE_VER_NUMBER 3, 0, 0, 29360
#define FB_MAJOR_VER "3" #define FB_MAJOR_VER "3"
#define FB_MINOR_VER "0" #define FB_MINOR_VER "0"
#define FB_REV_NO "0" #define FB_REV_NO "0"
#define FB_BUILD_NO "29356" #define FB_BUILD_NO "29360"
#define FB_BUILD_TYPE "T" #define FB_BUILD_TYPE "T"
#define FB_BUILD_SUFFIX "Firebird 3.0 Unstable" #define FB_BUILD_SUFFIX "Firebird 3.0 Unstable"

View File

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