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
695406060d
commit
443f0a64bd
36
ChangeLog
36
ChangeLog
@ -1,3 +1,39 @@
|
||||
2010-11-07 02:18 asfernandes
|
||||
M src/dsql/ExprNodes.cpp
|
||||
M src/dsql/ExprNodes.h
|
||||
M src/dsql/Nodes.h
|
||||
M src/dsql/Visitors.h
|
||||
M src/dsql/gen.cpp
|
||||
M src/dsql/make.cpp
|
||||
M src/dsql/node.h
|
||||
M src/dsql/pass1.cpp
|
||||
M src/jrd/Optimizer.cpp
|
||||
M src/jrd/cmp.cpp
|
||||
M src/jrd/evl.cpp
|
||||
M src/jrd/exe.h
|
||||
M src/jrd/nod.h
|
||||
M src/jrd/opt.cpp
|
||||
M src/jrd/par.cpp
|
||||
M src/misc/blrtable.cpp
|
||||
Refactor blr_via, blr_from, blr_maximum, blr_minimum, blr_count, blr_average and blr_total
|
||||
|
||||
2010-11-06 19:31 hvlad
|
||||
M builds/win32/parse.bat
|
||||
Correction
|
||||
|
||||
2010-11-06 19:05 hvlad
|
||||
M builds/win32/msvc8/burp.vcproj
|
||||
M builds/win32/msvc8/codes.vcproj
|
||||
Correction
|
||||
|
||||
2010-11-06 18:56 asfernandes
|
||||
M src/common/fb_exception.cpp
|
||||
M src/dsql/ExprNodes.cpp
|
||||
M src/dsql/dsql.cpp
|
||||
M src/jrd/opt.cpp
|
||||
M src/jrd/recsrc/RecursiveStream.cpp
|
||||
Misc
|
||||
|
||||
2010-11-05 15:05 asfernandes
|
||||
M src/jrd/evl.cpp
|
||||
Cleanup: nod_average2 and nod_total2 was very broken
|
||||
|
@ -3,16 +3,16 @@
|
||||
*** DO NOT EDIT ***
|
||||
TO CHANGE ANY INFORMATION IN HERE PLEASE
|
||||
EDIT src/misc/writeBuildNum.sh
|
||||
FORMAL BUILD NUMBER:28862
|
||||
FORMAL BUILD NUMBER:28866
|
||||
*/
|
||||
|
||||
#define PRODUCT_VER_STRING "3.0.0.28862"
|
||||
#define FILE_VER_STRING "WI-T3.0.0.28862"
|
||||
#define LICENSE_VER_STRING "WI-T3.0.0.28862"
|
||||
#define FILE_VER_NUMBER 3, 0, 0, 28862
|
||||
#define PRODUCT_VER_STRING "3.0.0.28866"
|
||||
#define FILE_VER_STRING "WI-T3.0.0.28866"
|
||||
#define LICENSE_VER_STRING "WI-T3.0.0.28866"
|
||||
#define FILE_VER_NUMBER 3, 0, 0, 28866
|
||||
#define FB_MAJOR_VER "3"
|
||||
#define FB_MINOR_VER "0"
|
||||
#define FB_REV_NO "0"
|
||||
#define FB_BUILD_NO "28862"
|
||||
#define FB_BUILD_NO "28866"
|
||||
#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=28862
|
||||
BuildNum=28866
|
||||
|
||||
NowAt=`pwd`
|
||||
cd `dirname $0`
|
||||
|
Loading…
Reference in New Issue
Block a user