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
f58313ecb3
commit
9bd5b2b696
@ -1,3 +1,11 @@
|
||||
2014-01-09 11:01 hvlad
|
||||
M src/jrd/btr.cpp
|
||||
Backport fix for bug CORE-2165 : Unnecessary 1 index read may occur when using strict inequality condition
|
||||
|
||||
2014-01-09 10:58 hvlad
|
||||
M src/jrd/btr.cpp
|
||||
Backport additional fix for bug CORE-4302 : Lookup (or scan) in descending index could be very inefficient for some keys
|
||||
|
||||
2013-12-21 19:13 hvlad
|
||||
M src/jrd/btr.cpp
|
||||
M src/jrd/nav.cpp
|
||||
|
@ -3,16 +3,16 @@
|
||||
*** DO NOT EDIT ***
|
||||
TO CHANGE ANY INFORMATION IN HERE PLEASE
|
||||
EDIT src/misc/writeBuildNum.sh
|
||||
FORMAL BUILD NUMBER:18530
|
||||
FORMAL BUILD NUMBER:18532
|
||||
*/
|
||||
|
||||
#define PRODUCT_VER_STRING "2.1.6.18530"
|
||||
#define FILE_VER_STRING "WI-V2.1.6.18530"
|
||||
#define LICENSE_VER_STRING "WI-V2.1.6.18530"
|
||||
#define FILE_VER_NUMBER 2, 1, 6, 18530
|
||||
#define PRODUCT_VER_STRING "2.1.6.18532"
|
||||
#define FILE_VER_STRING "WI-V2.1.6.18532"
|
||||
#define LICENSE_VER_STRING "WI-V2.1.6.18532"
|
||||
#define FILE_VER_NUMBER 2, 1, 6, 18532
|
||||
#define FB_MAJOR_VER "2"
|
||||
#define FB_MINOR_VER "1"
|
||||
#define FB_REV_NO "6"
|
||||
#define FB_BUILD_NO "18530"
|
||||
#define FB_BUILD_NO "18532"
|
||||
#define FB_BUILD_TYPE "V"
|
||||
#define FB_BUILD_SUFFIX "Firebird 2.1"
|
||||
|
@ -9,7 +9,7 @@ BuildType=V
|
||||
MajorVer=2
|
||||
MinorVer=1
|
||||
RevNo=6
|
||||
BuildNum=18530
|
||||
BuildNum=18532
|
||||
|
||||
if [ "$SPECIAL_BUILD_SUFFIX" = "" ]; then
|
||||
# Normal builds
|
||||
|
Loading…
Reference in New Issue
Block a user