8
0
mirror of https://github.com/FirebirdSQL/firebird.git synced 2025-01-22 16:43:03 +01:00

nightly update

This commit is contained in:
firebirds 2013-04-08 00:48:48 +00:00
parent 68ca82d894
commit 4a33ca48c2
3 changed files with 22 additions and 7 deletions

View File

@ -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
M doc/emacros-cross_ref.html
M src/remote/inet.cpp

View File

@ -3,16 +3,16 @@
*** DO NOT EDIT ***
TO CHANGE ANY INFORMATION IN HERE PLEASE
EDIT src/misc/writeBuildNum.sh
FORMAL BUILD NUMBER:30331
FORMAL BUILD NUMBER:30333
*/
#define PRODUCT_VER_STRING "3.0.0.30331"
#define FILE_VER_STRING "WI-T3.0.0.30331"
#define LICENSE_VER_STRING "WI-T3.0.0.30331"
#define FILE_VER_NUMBER 3, 0, 0, 30331
#define PRODUCT_VER_STRING "3.0.0.30333"
#define FILE_VER_STRING "WI-T3.0.0.30333"
#define LICENSE_VER_STRING "WI-T3.0.0.30333"
#define FILE_VER_NUMBER 3, 0, 0, 30333
#define FB_MAJOR_VER "3"
#define FB_MINOR_VER "0"
#define FB_REV_NO "0"
#define FB_BUILD_NO "30331"
#define FB_BUILD_NO "30333"
#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=30331
BuildNum=30333
NowAt=`pwd`
cd `dirname $0`