mirror of
https://github.com/FirebirdSQL/firebird.git
synced 2025-01-22 22:43:03 +01:00
nightly update
This commit is contained in:
parent
e7c9ebba12
commit
c2e17f5cbf
25
ChangeLog
25
ChangeLog
@ -1,3 +1,28 @@
|
||||
2011-12-22 15:32 dimitr
|
||||
M src/include/consts_pub.h
|
||||
M src/jrd/jrd.cpp
|
||||
M src/jrd/jrd_proto.h
|
||||
M src/jrd/svc.cpp
|
||||
M src/remote/server/os/win32/property.cpp
|
||||
M src/remote/server/os/win32/window.cpp
|
||||
M src/remote/server/serve_proto.h
|
||||
M src/remote/server/server.cpp
|
||||
Re-implemented the disabled code in the remote server. Cleaned up the legacy logic that doesn't look actual these days.
|
||||
Some code refactoring.
|
||||
|
||||
2011-12-22 14:18 asfernandes
|
||||
M src/dsql/WinNodes.cpp
|
||||
Misc.
|
||||
|
||||
2011-12-22 08:07 dimitr
|
||||
M src/dsql/BoolNodes.cpp
|
||||
M src/dsql/ExprNodes.h
|
||||
M src/dsql/StmtNodes.cpp
|
||||
M src/dsql/parse.y
|
||||
M src/gpre/cme.cpp
|
||||
M src/jrd/constants.h
|
||||
Let's avoid duplication of shared constants.
|
||||
|
||||
2011-12-21 00:51 asfernandes
|
||||
M src/dsql/dsql.cpp
|
||||
Misc.
|
||||
|
@ -3,16 +3,16 @@
|
||||
*** DO NOT EDIT ***
|
||||
TO CHANGE ANY INFORMATION IN HERE PLEASE
|
||||
EDIT src/misc/writeBuildNum.sh
|
||||
FORMAL BUILD NUMBER:29648
|
||||
FORMAL BUILD NUMBER:29651
|
||||
*/
|
||||
|
||||
#define PRODUCT_VER_STRING "3.0.0.29648"
|
||||
#define FILE_VER_STRING "WI-T3.0.0.29648"
|
||||
#define LICENSE_VER_STRING "WI-T3.0.0.29648"
|
||||
#define FILE_VER_NUMBER 3, 0, 0, 29648
|
||||
#define PRODUCT_VER_STRING "3.0.0.29651"
|
||||
#define FILE_VER_STRING "WI-T3.0.0.29651"
|
||||
#define LICENSE_VER_STRING "WI-T3.0.0.29651"
|
||||
#define FILE_VER_NUMBER 3, 0, 0, 29651
|
||||
#define FB_MAJOR_VER "3"
|
||||
#define FB_MINOR_VER "0"
|
||||
#define FB_REV_NO "0"
|
||||
#define FB_BUILD_NO "29648"
|
||||
#define FB_BUILD_NO "29651"
|
||||
#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=29648
|
||||
BuildNum=29651
|
||||
|
||||
NowAt=`pwd`
|
||||
cd `dirname $0`
|
||||
|
Loading…
Reference in New Issue
Block a user