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
67f9c9b31d
commit
a19e6eb507
@ -1,3 +1,12 @@
|
||||
2011-02-09 00:29 asfernandes
|
||||
M src/jrd/recsrc/AggregatedStream.cpp
|
||||
M src/jrd/recsrc/RecordSource.h
|
||||
Do not reuse arbitrary nodes' impure space in aggregate. Relates to CORE-3255.
|
||||
|
||||
2011-02-08 17:34 dimitr
|
||||
M src/dsql/make.cpp
|
||||
Misc.
|
||||
|
||||
2011-02-07 17:54 dimitr
|
||||
M builds/win32/msvc10/engine.vcxproj
|
||||
M builds/win32/msvc8/engine.vcproj
|
||||
|
@ -3,16 +3,16 @@
|
||||
*** DO NOT EDIT ***
|
||||
TO CHANGE ANY INFORMATION IN HERE PLEASE
|
||||
EDIT src/misc/writeBuildNum.sh
|
||||
FORMAL BUILD NUMBER:29076
|
||||
FORMAL BUILD NUMBER:29078
|
||||
*/
|
||||
|
||||
#define PRODUCT_VER_STRING "3.0.0.29076"
|
||||
#define FILE_VER_STRING "WI-T3.0.0.29076"
|
||||
#define LICENSE_VER_STRING "WI-T3.0.0.29076"
|
||||
#define FILE_VER_NUMBER 3, 0, 0, 29076
|
||||
#define PRODUCT_VER_STRING "3.0.0.29078"
|
||||
#define FILE_VER_STRING "WI-T3.0.0.29078"
|
||||
#define LICENSE_VER_STRING "WI-T3.0.0.29078"
|
||||
#define FILE_VER_NUMBER 3, 0, 0, 29078
|
||||
#define FB_MAJOR_VER "3"
|
||||
#define FB_MINOR_VER "0"
|
||||
#define FB_REV_NO "0"
|
||||
#define FB_BUILD_NO "29076"
|
||||
#define FB_BUILD_NO "29078"
|
||||
#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=29076
|
||||
BuildNum=29078
|
||||
|
||||
NowAt=`pwd`
|
||||
cd `dirname $0`
|
||||
|
Loading…
Reference in New Issue
Block a user