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

nightly update

This commit is contained in:
firebirds 2014-11-29 06:00:26 +00:00
parent f1fcb0ced1
commit 6f45339b62
3 changed files with 19 additions and 7 deletions

View File

@ -1,3 +1,15 @@
2014-11-28 13:46 alexpeshkoff
M src/remote/inet.cpp
M src/remote/remote.cpp
M src/remote/remote.h
Establish uncompressed connection in case of missing zlib
2014-11-28 11:58 alexpeshkoff
M src/remote/remote.cpp
M src/remote/remote.h
M src/remote/server/server.cpp
Misc encryption enhancements
2014-11-27 13:51 alexpeshkoff
A doc/README.wire.compression.html
M src/remote/client/interface.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:31453
FORMAL BUILD NUMBER:31455
*/
#define PRODUCT_VER_STRING "3.0.0.31453"
#define FILE_VER_STRING "WI-T3.0.0.31453"
#define LICENSE_VER_STRING "WI-T3.0.0.31453"
#define FILE_VER_NUMBER 3, 0, 0, 31453
#define PRODUCT_VER_STRING "3.0.0.31455"
#define FILE_VER_STRING "WI-T3.0.0.31455"
#define LICENSE_VER_STRING "WI-T3.0.0.31455"
#define FILE_VER_NUMBER 3, 0, 0, 31455
#define FB_MAJOR_VER "3"
#define FB_MINOR_VER "0"
#define FB_REV_NO "0"
#define FB_BUILD_NO "31453"
#define FB_BUILD_NO "31455"
#define FB_BUILD_TYPE "T"
#define FB_BUILD_SUFFIX "Firebird 3.0 Beta 1"

View File

@ -9,7 +9,7 @@ BuildType=T
MajorVer=3
MinorVer=0
RevNo=0
BuildNum=31453
BuildNum=31455
NowAt=`pwd`
cd `dirname $0`