mirror of
https://github.com/FirebirdSQL/firebird.git
synced 2025-02-02 10:40:38 +01:00
nightly update
This commit is contained in:
parent
13c6c850ae
commit
97628b58e6
@ -1,3 +1,8 @@
|
||||
2011-11-08 16:48 hvlad
|
||||
M src/jrd/dyn_del.epp
|
||||
Additional fix for CORE-3557 : AV in engine when preparing query against dropping table
|
||||
Also fixed CORE-3579 : Can't drop table when computed field depends on later created another field
|
||||
|
||||
2011-10-12 19:18 hvlad
|
||||
M src/jrd/idx.cpp
|
||||
Backported fix for bug CORE-3631 : Duplicate records with NULLs checked incorrectly
|
||||
|
@ -3,16 +3,16 @@
|
||||
*** DO NOT EDIT ***
|
||||
TO CHANGE ANY INFORMATION IN HERE PLEASE
|
||||
EDIT src/misc/writeBuildNum.sh
|
||||
FORMAL BUILD NUMBER:13308
|
||||
FORMAL BUILD NUMBER:13309
|
||||
*/
|
||||
|
||||
#define PRODUCT_VER_STRING "2.0.7.13308"
|
||||
#define FILE_VER_STRING "WI-V2.0.7.13308"
|
||||
#define LICENSE_VER_STRING "WI-V2.0.7.13308"
|
||||
#define FILE_VER_NUMBER 2, 0, 7, 13308
|
||||
#define PRODUCT_VER_STRING "2.0.7.13309"
|
||||
#define FILE_VER_STRING "WI-V2.0.7.13309"
|
||||
#define LICENSE_VER_STRING "WI-V2.0.7.13309"
|
||||
#define FILE_VER_NUMBER 2, 0, 7, 13309
|
||||
#define FB_MAJOR_VER "2"
|
||||
#define FB_MINOR_VER "0"
|
||||
#define FB_REV_NO "7"
|
||||
#define FB_BUILD_NO "13308"
|
||||
#define FB_BUILD_NO "13309"
|
||||
#define FB_BUILD_TYPE "V"
|
||||
#define FB_BUILD_SUFFIX "Firebird 2.0"
|
||||
|
@ -9,7 +9,7 @@ BuildType=V
|
||||
MajorVer=2
|
||||
MinorVer=0
|
||||
RevNo=7
|
||||
BuildNum=13308
|
||||
BuildNum=13309
|
||||
|
||||
if [ "$SPECIAL_BUILD_SUFFIX" = "" ]; then
|
||||
# Normal builds
|
||||
|
Loading…
Reference in New Issue
Block a user