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
7208ae1755
commit
8bd37bcd9e
@ -1,3 +1,7 @@
|
||||
2011-03-04 17:59 dimitr
|
||||
M src/jrd/vio.cpp
|
||||
The simplest possible fix for CORE-3374: Server may crash or corrupt data if SELECT WITH LOCK is issued against records not in the latest format. Thanks to Vlad.
|
||||
|
||||
2011-02-22 12:21 dimitr
|
||||
M src/jrd/Optimizer.cpp
|
||||
M src/jrd/btr.cpp
|
||||
|
@ -3,16 +3,16 @@
|
||||
*** DO NOT EDIT ***
|
||||
TO CHANGE ANY INFORMATION IN HERE PLEASE
|
||||
EDIT src/misc/writeBuildNum.sh
|
||||
FORMAL BUILD NUMBER:18407
|
||||
FORMAL BUILD NUMBER:18408
|
||||
*/
|
||||
|
||||
#define PRODUCT_VER_STRING "2.1.4.18407"
|
||||
#define FILE_VER_STRING "WI-V2.1.4.18407"
|
||||
#define LICENSE_VER_STRING "WI-V2.1.4.18407"
|
||||
#define FILE_VER_NUMBER 2, 1, 4, 18407
|
||||
#define PRODUCT_VER_STRING "2.1.4.18408"
|
||||
#define FILE_VER_STRING "WI-V2.1.4.18408"
|
||||
#define LICENSE_VER_STRING "WI-V2.1.4.18408"
|
||||
#define FILE_VER_NUMBER 2, 1, 4, 18408
|
||||
#define FB_MAJOR_VER "2"
|
||||
#define FB_MINOR_VER "1"
|
||||
#define FB_REV_NO "4"
|
||||
#define FB_BUILD_NO "18407"
|
||||
#define FB_BUILD_NO "18408"
|
||||
#define FB_BUILD_TYPE "V"
|
||||
#define FB_BUILD_SUFFIX "Firebird 2.1"
|
||||
|
@ -9,7 +9,7 @@ BuildType=V
|
||||
MajorVer=2
|
||||
MinorVer=1
|
||||
RevNo=4
|
||||
BuildNum=18407
|
||||
BuildNum=18408
|
||||
|
||||
if [ "$SPECIAL_BUILD_SUFFIX" = "" ]; then
|
||||
# Normal builds
|
||||
|
Loading…
Reference in New Issue
Block a user