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

nightly update

This commit is contained in:
firebirds 2013-10-29 00:28:28 +00:00
parent 35093b1a92
commit eed8c030e6
3 changed files with 25 additions and 7 deletions

View File

@ -1,3 +1,21 @@
2013-10-28 11:51 alexpeshkoff
M src/remote/client/interface.cpp
Rollback some of my wrong changes
2013-10-28 11:50 alexpeshkoff
M src/yvalve/preparse.cpp
Cleanup - we anyway do not support protocol to talk to ancient servers
2013-10-28 10:27 alexpeshkoff
M builds/posix/Makefile.in
M builds/posix/make.shared.variables
M src/auth/SecurityDatabase/LegacyServer.cpp
M src/remote/server/os/posix/inet_server.cpp
M src/yvalve/MasterImplementation.cpp
M src/yvalve/MasterImplementation.h
M src/yvalve/PluginManager.cpp
Convert legacy auth server to non-builtin plugin on posix
2013-10-25 09:56 alexpeshkoff 2013-10-25 09:56 alexpeshkoff
M src/auth/SecurityDatabase/LegacyServer.cpp M src/auth/SecurityDatabase/LegacyServer.cpp
cleanup cleanup

View File

@ -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:30698 FORMAL BUILD NUMBER:30701
*/ */
#define PRODUCT_VER_STRING "3.0.0.30698" #define PRODUCT_VER_STRING "3.0.0.30701"
#define FILE_VER_STRING "WI-T3.0.0.30698" #define FILE_VER_STRING "WI-T3.0.0.30701"
#define LICENSE_VER_STRING "WI-T3.0.0.30698" #define LICENSE_VER_STRING "WI-T3.0.0.30701"
#define FILE_VER_NUMBER 3, 0, 0, 30698 #define FILE_VER_NUMBER 3, 0, 0, 30701
#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 "30698" #define FB_BUILD_NO "30701"
#define FB_BUILD_TYPE "T" #define FB_BUILD_TYPE "T"
#define FB_BUILD_SUFFIX "Firebird 3.0 Alpha 1" #define FB_BUILD_SUFFIX "Firebird 3.0 Alpha 1"

View File

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