mirror of
https://github.com/FirebirdSQL/firebird.git
synced 2025-01-23 20:03:03 +01:00
nightly update
This commit is contained in:
parent
76bf7ed8a3
commit
6a57d0dbe7
@ -1,3 +1,7 @@
|
|||||||
|
2015-11-01 06:27 dimitr
|
||||||
|
M doc/WhatsNew
|
||||||
|
Updated the docs.
|
||||||
|
|
||||||
2015-10-30 06:08 dimitr
|
2015-10-30 06:08 dimitr
|
||||||
M src/jrd/Optimizer.cpp
|
M src/jrd/Optimizer.cpp
|
||||||
Fixed CORE-4984: Ordering by compound index together with a range condition gives wrong results.
|
Fixed CORE-4984: Ordering by compound index together with a range condition gives wrong results.
|
||||||
|
@ -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:32137
|
FORMAL BUILD NUMBER:32138
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#define PRODUCT_VER_STRING "3.0.0.32137"
|
#define PRODUCT_VER_STRING "3.0.0.32138"
|
||||||
#define FILE_VER_STRING "WI-V3.0.0.32137"
|
#define FILE_VER_STRING "WI-V3.0.0.32138"
|
||||||
#define LICENSE_VER_STRING "WI-V3.0.0.32137"
|
#define LICENSE_VER_STRING "WI-V3.0.0.32138"
|
||||||
#define FILE_VER_NUMBER 3, 0, 0, 32137
|
#define FILE_VER_NUMBER 3, 0, 0, 32138
|
||||||
#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 "32137"
|
#define FB_BUILD_NO "32138"
|
||||||
#define FB_BUILD_TYPE "V"
|
#define FB_BUILD_TYPE "V"
|
||||||
#define FB_BUILD_SUFFIX "Firebird 3.0 Release Candidate 1"
|
#define FB_BUILD_SUFFIX "Firebird 3.0 Release Candidate 1"
|
||||||
|
@ -9,7 +9,7 @@ BuildType=V
|
|||||||
MajorVer=3
|
MajorVer=3
|
||||||
MinorVer=0
|
MinorVer=0
|
||||||
RevNo=0
|
RevNo=0
|
||||||
BuildNum=32137
|
BuildNum=32138
|
||||||
|
|
||||||
NowAt=`pwd`
|
NowAt=`pwd`
|
||||||
cd `dirname $0`
|
cd `dirname $0`
|
||||||
|
Loading…
Reference in New Issue
Block a user