mirror of
https://github.com/FirebirdSQL/firebird.git
synced 2025-01-23 18:03:04 +01:00
nightly update
This commit is contained in:
parent
e4d1311b63
commit
214290a8a3
17
ChangeLog
17
ChangeLog
@ -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
|
||||
M src/jrd/cch.cpp
|
||||
M src/jrd/cch.h
|
||||
|
@ -3,16 +3,16 @@
|
||||
*** DO NOT EDIT ***
|
||||
TO CHANGE ANY INFORMATION IN HERE PLEASE
|
||||
EDIT src/misc/writeBuildNum.sh
|
||||
FORMAL BUILD NUMBER:29356
|
||||
FORMAL BUILD NUMBER:29360
|
||||
*/
|
||||
|
||||
#define PRODUCT_VER_STRING "3.0.0.29356"
|
||||
#define FILE_VER_STRING "WI-T3.0.0.29356"
|
||||
#define LICENSE_VER_STRING "WI-T3.0.0.29356"
|
||||
#define FILE_VER_NUMBER 3, 0, 0, 29356
|
||||
#define PRODUCT_VER_STRING "3.0.0.29360"
|
||||
#define FILE_VER_STRING "WI-T3.0.0.29360"
|
||||
#define LICENSE_VER_STRING "WI-T3.0.0.29360"
|
||||
#define FILE_VER_NUMBER 3, 0, 0, 29360
|
||||
#define FB_MAJOR_VER "3"
|
||||
#define FB_MINOR_VER "0"
|
||||
#define FB_REV_NO "0"
|
||||
#define FB_BUILD_NO "29356"
|
||||
#define FB_BUILD_NO "29360"
|
||||
#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=29356
|
||||
BuildNum=29360
|
||||
|
||||
NowAt=`pwd`
|
||||
cd `dirname $0`
|
||||
|
Loading…
Reference in New Issue
Block a user