mirror of
https://github.com/FirebirdSQL/firebird.git
synced 2025-01-22 18:43:02 +01:00
nightly update
This commit is contained in:
parent
68ca82d894
commit
4a33ca48c2
15
ChangeLog
15
ChangeLog
@ -1,3 +1,18 @@
|
|||||||
|
2013-04-07 23:48 asfernandes
|
||||||
|
M builds/install/misc/firebird.conf.in
|
||||||
|
M src/remote/inet.cpp
|
||||||
|
M src/remote/os/win32/wnet.cpp
|
||||||
|
M src/remote/os/win32/xnet.cpp
|
||||||
|
M src/remote/remot_proto.h
|
||||||
|
M src/remote/remote.cpp
|
||||||
|
M src/remote/remote.h
|
||||||
|
M src/remote/server/server.cpp
|
||||||
|
Misc.
|
||||||
|
|
||||||
|
2013-04-07 07:55 dimitr
|
||||||
|
M src/jrd/cch.cpp
|
||||||
|
Avoid calling lock_buffer() for the SS setup.
|
||||||
|
|
||||||
2013-04-06 17:58 mapopa
|
2013-04-06 17:58 mapopa
|
||||||
M doc/emacros-cross_ref.html
|
M doc/emacros-cross_ref.html
|
||||||
M src/remote/inet.cpp
|
M src/remote/inet.cpp
|
||||||
|
@ -3,16 +3,16 @@
|
|||||||
*** DO NOT EDIT ***
|
*** DO NOT EDIT ***
|
||||||
TO CHANGE ANY INFORMATION IN HERE PLEASE
|
TO CHANGE ANY INFORMATION IN HERE PLEASE
|
||||||
EDIT src/misc/writeBuildNum.sh
|
EDIT src/misc/writeBuildNum.sh
|
||||||
FORMAL BUILD NUMBER:30331
|
FORMAL BUILD NUMBER:30333
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#define PRODUCT_VER_STRING "3.0.0.30331"
|
#define PRODUCT_VER_STRING "3.0.0.30333"
|
||||||
#define FILE_VER_STRING "WI-T3.0.0.30331"
|
#define FILE_VER_STRING "WI-T3.0.0.30333"
|
||||||
#define LICENSE_VER_STRING "WI-T3.0.0.30331"
|
#define LICENSE_VER_STRING "WI-T3.0.0.30333"
|
||||||
#define FILE_VER_NUMBER 3, 0, 0, 30331
|
#define FILE_VER_NUMBER 3, 0, 0, 30333
|
||||||
#define FB_MAJOR_VER "3"
|
#define FB_MAJOR_VER "3"
|
||||||
#define FB_MINOR_VER "0"
|
#define FB_MINOR_VER "0"
|
||||||
#define FB_REV_NO "0"
|
#define FB_REV_NO "0"
|
||||||
#define FB_BUILD_NO "30331"
|
#define FB_BUILD_NO "30333"
|
||||||
#define FB_BUILD_TYPE "T"
|
#define FB_BUILD_TYPE "T"
|
||||||
#define FB_BUILD_SUFFIX "Firebird 3.0 Unstable"
|
#define FB_BUILD_SUFFIX "Firebird 3.0 Unstable"
|
||||||
|
@ -9,7 +9,7 @@ BuildType=T
|
|||||||
MajorVer=3
|
MajorVer=3
|
||||||
MinorVer=0
|
MinorVer=0
|
||||||
RevNo=0
|
RevNo=0
|
||||||
BuildNum=30331
|
BuildNum=30333
|
||||||
|
|
||||||
NowAt=`pwd`
|
NowAt=`pwd`
|
||||||
cd `dirname $0`
|
cd `dirname $0`
|
||||||
|
Loading…
Reference in New Issue
Block a user