8
0
mirror of https://github.com/FirebirdSQL/firebird.git synced 2025-02-02 09:20:39 +01:00

nightly update

This commit is contained in:
firebirds 2010-09-24 03:14:34 +00:00
parent bbd048fede
commit 44c21083d7
3 changed files with 40 additions and 7 deletions

View File

@ -1,3 +1,36 @@
2010-09-23 15:22 asfernandes
M src/jrd/RecordSourceNodes.cpp
Make refactored code match original one, as see by Claudio.
The affected code is something that never executes.
2010-09-23 11:46 dimitr
M builds/win32/msvc8/dsql_server.vcproj
M builds/win32/msvc8/dsql_server_classic.vcproj
M builds/win32/msvc8/engine.vcproj
M builds/win32/msvc8/engine_classic.vcproj
M builds/win32/msvc8/engine_embed.vcproj
Fixed the MSVC8 build.
2010-09-23 09:53 robocop
M src/jrd/RecordSourceNodes.h
M src/jrd/evl.cpp
M src/jrd/exe.cpp
M src/jrd/opt.cpp
Misc.
2010-09-23 09:48 robocop
M src/dsql/ExprNodes.h
M src/dsql/pass1.cpp
Misc.
2010-09-23 09:47 robocop
M src/dsql/ExprNodes.cpp
Misc.
2010-09-23 09:09 robocop
M doc/README.build.msvc.html
Misc.
2010-09-20 16:26 asfernandes
M src/jrd/cmp.cpp
M src/jrd/nod.h

View File

@ -3,16 +3,16 @@
*** DO NOT EDIT ***
TO CHANGE ANY INFORMATION IN HERE PLEASE
EDIT src/misc/writeBuildNum.sh
FORMAL BUILD NUMBER:28728
FORMAL BUILD NUMBER:28734
*/
#define PRODUCT_VER_STRING "3.0.0.28728"
#define FILE_VER_STRING "WI-T3.0.0.28728"
#define LICENSE_VER_STRING "WI-T3.0.0.28728"
#define FILE_VER_NUMBER 3, 0, 0, 28728
#define PRODUCT_VER_STRING "3.0.0.28734"
#define FILE_VER_STRING "WI-T3.0.0.28734"
#define LICENSE_VER_STRING "WI-T3.0.0.28734"
#define FILE_VER_NUMBER 3, 0, 0, 28734
#define FB_MAJOR_VER "3"
#define FB_MINOR_VER "0"
#define FB_REV_NO "0"
#define FB_BUILD_NO "28728"
#define FB_BUILD_NO "28734"
#define FB_BUILD_TYPE "T"
#define FB_BUILD_SUFFIX "Firebird 3.0 Unstable"

View File

@ -9,7 +9,7 @@ BuildType=T
MajorVer=3
MinorVer=0
RevNo=0
BuildNum=28728
BuildNum=28734
if [ "$SPECIAL_BUILD_SUFFIX" = "" ]; then
# Normal builds