mirror of
https://github.com/FirebirdSQL/firebird.git
synced 2025-01-23 16:03:02 +01:00
nightly update
This commit is contained in:
parent
ee7088a6c9
commit
0911475088
11
ChangeLog
11
ChangeLog
@ -1,3 +1,14 @@
|
|||||||
|
2014-06-06 10:41 alexpeshkoff
|
||||||
|
M src/jrd/extds/InternalDS.cpp
|
||||||
|
Use GlobalPtr for static variable doing memory allocation
|
||||||
|
|
||||||
|
2014-06-06 10:29 alexpeshkoff
|
||||||
|
M builds/posix/make.android.arme
|
||||||
|
M builds/posix/make.rules
|
||||||
|
M src/include/cross/android.arme
|
||||||
|
M src/include/firebird.h
|
||||||
|
Avoid loading <string> by ICU
|
||||||
|
|
||||||
2014-06-04 09:51 dimitr
|
2014-06-04 09:51 dimitr
|
||||||
M src/dsql/StmtNodes.cpp
|
M src/dsql/StmtNodes.cpp
|
||||||
Fixed CORE-4447: Positioned UPDATE statement prohibits index usage for the subsequent cursor field references.
|
Fixed CORE-4447: Positioned UPDATE statement prohibits index usage for the subsequent cursor field references.
|
||||||
|
@ -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:31155
|
FORMAL BUILD NUMBER:31157
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#define PRODUCT_VER_STRING "3.0.0.31155"
|
#define PRODUCT_VER_STRING "3.0.0.31157"
|
||||||
#define FILE_VER_STRING "WI-T3.0.0.31155"
|
#define FILE_VER_STRING "WI-T3.0.0.31157"
|
||||||
#define LICENSE_VER_STRING "WI-T3.0.0.31155"
|
#define LICENSE_VER_STRING "WI-T3.0.0.31157"
|
||||||
#define FILE_VER_NUMBER 3, 0, 0, 31155
|
#define FILE_VER_NUMBER 3, 0, 0, 31157
|
||||||
#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 "31155"
|
#define FB_BUILD_NO "31157"
|
||||||
#define FB_BUILD_TYPE "T"
|
#define FB_BUILD_TYPE "T"
|
||||||
#define FB_BUILD_SUFFIX "Firebird 3.0 Alpha 2"
|
#define FB_BUILD_SUFFIX "Firebird 3.0 Alpha 2"
|
||||||
|
@ -9,7 +9,7 @@ BuildType=T
|
|||||||
MajorVer=3
|
MajorVer=3
|
||||||
MinorVer=0
|
MinorVer=0
|
||||||
RevNo=0
|
RevNo=0
|
||||||
BuildNum=31155
|
BuildNum=31157
|
||||||
|
|
||||||
NowAt=`pwd`
|
NowAt=`pwd`
|
||||||
cd `dirname $0`
|
cd `dirname $0`
|
||||||
|
Loading…
Reference in New Issue
Block a user