mirror of
https://github.com/FirebirdSQL/firebird.git
synced 2025-01-23 06:03:02 +01:00
nightly update
This commit is contained in:
parent
a73629afc8
commit
d48d29ac61
15
ChangeLog
15
ChangeLog
@ -1,3 +1,18 @@
|
||||
2014-07-21 16:13 asfernandes
|
||||
M src/dsql/DsqlCompilerScratch.h
|
||||
M src/dsql/ExprNodes.cpp
|
||||
M src/dsql/StmtNodes.cpp
|
||||
Tweaks to CORE-4488.
|
||||
|
||||
2014-07-21 08:10 alexpeshkoff
|
||||
M src/include/types_pub.h
|
||||
Fixed build on linux64 - it was really bad that behavior of macro FB_ALIGN depended upon alignment parameter type
|
||||
|
||||
2014-07-21 02:37 asfernandes
|
||||
M doc/sql.extensions/README.cursor_variables.txt
|
||||
M src/dsql/ExprNodes.cpp
|
||||
Fixed CORE-4488 - Wrong results of FOR SELECT <L> FROM <T> AS CURSOR <C> and table <T> is modified inside cursor's begin...end block.
|
||||
|
||||
2014-07-20 15:44 asfernandes
|
||||
M src/remote/remote.h
|
||||
Misc.
|
||||
|
@ -3,16 +3,16 @@
|
||||
*** DO NOT EDIT ***
|
||||
TO CHANGE ANY INFORMATION IN HERE PLEASE
|
||||
EDIT src/misc/writeBuildNum.sh
|
||||
FORMAL BUILD NUMBER:31242
|
||||
FORMAL BUILD NUMBER:31245
|
||||
*/
|
||||
|
||||
#define PRODUCT_VER_STRING "3.0.0.31242"
|
||||
#define FILE_VER_STRING "WI-T3.0.0.31242"
|
||||
#define LICENSE_VER_STRING "WI-T3.0.0.31242"
|
||||
#define FILE_VER_NUMBER 3, 0, 0, 31242
|
||||
#define PRODUCT_VER_STRING "3.0.0.31245"
|
||||
#define FILE_VER_STRING "WI-T3.0.0.31245"
|
||||
#define LICENSE_VER_STRING "WI-T3.0.0.31245"
|
||||
#define FILE_VER_NUMBER 3, 0, 0, 31245
|
||||
#define FB_MAJOR_VER "3"
|
||||
#define FB_MINOR_VER "0"
|
||||
#define FB_REV_NO "0"
|
||||
#define FB_BUILD_NO "31242"
|
||||
#define FB_BUILD_NO "31245"
|
||||
#define FB_BUILD_TYPE "T"
|
||||
#define FB_BUILD_SUFFIX "Firebird 3.0 Alpha 2"
|
||||
|
@ -9,7 +9,7 @@ BuildType=T
|
||||
MajorVer=3
|
||||
MinorVer=0
|
||||
RevNo=0
|
||||
BuildNum=31242
|
||||
BuildNum=31245
|
||||
|
||||
NowAt=`pwd`
|
||||
cd `dirname $0`
|
||||
|
Loading…
Reference in New Issue
Block a user