mirror of
https://github.com/FirebirdSQL/firebird.git
synced 2025-01-23 02:03:04 +01:00
nightly update
This commit is contained in:
parent
b0dfb22eeb
commit
88c5345a0a
@ -1,3 +1,7 @@
|
||||
2011-12-08 15:13 asfernandes
|
||||
M src/jrd/RecordSourceNodes.cpp
|
||||
Fixed CORE-3694 - internal Firebird consistency check in query with grouping by subquery+stored procedure+aggregate.
|
||||
|
||||
2011-12-06 18:09 dimitr
|
||||
M src/dsql/ExprNodes.cpp
|
||||
Correction related to CORE-927.
|
||||
|
@ -3,16 +3,16 @@
|
||||
*** DO NOT EDIT ***
|
||||
TO CHANGE ANY INFORMATION IN HERE PLEASE
|
||||
EDIT src/misc/writeBuildNum.sh
|
||||
FORMAL BUILD NUMBER:29639
|
||||
FORMAL BUILD NUMBER:29640
|
||||
*/
|
||||
|
||||
#define PRODUCT_VER_STRING "3.0.0.29639"
|
||||
#define FILE_VER_STRING "WI-T3.0.0.29639"
|
||||
#define LICENSE_VER_STRING "WI-T3.0.0.29639"
|
||||
#define FILE_VER_NUMBER 3, 0, 0, 29639
|
||||
#define PRODUCT_VER_STRING "3.0.0.29640"
|
||||
#define FILE_VER_STRING "WI-T3.0.0.29640"
|
||||
#define LICENSE_VER_STRING "WI-T3.0.0.29640"
|
||||
#define FILE_VER_NUMBER 3, 0, 0, 29640
|
||||
#define FB_MAJOR_VER "3"
|
||||
#define FB_MINOR_VER "0"
|
||||
#define FB_REV_NO "0"
|
||||
#define FB_BUILD_NO "29639"
|
||||
#define FB_BUILD_NO "29640"
|
||||
#define FB_BUILD_TYPE "T"
|
||||
#define FB_BUILD_SUFFIX "Firebird 3.0 Unstable"
|
||||
|
@ -9,7 +9,7 @@ BuildType=T
|
||||
MajorVer=3
|
||||
MinorVer=0
|
||||
RevNo=0
|
||||
BuildNum=29639
|
||||
BuildNum=29640
|
||||
|
||||
NowAt=`pwd`
|
||||
cd `dirname $0`
|
||||
|
Loading…
Reference in New Issue
Block a user