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 2015-01-17 00:15:43 +00:00
parent c9a6728d41
commit c2be376418
3 changed files with 30 additions and 7 deletions

View File

@ -1,3 +1,26 @@
2015-01-16 17:53 alexpeshkoff
M src/auth/SecureRemotePassword/client/SrpClient.cpp
M src/auth/SecureRemotePassword/server/SrpServer.cpp
M src/include/firebird/FirebirdInterface.idl
M src/include/firebird/IdlFbInterfaces.h
M src/include/firebird/Interface.h
M src/plugins/crypt/arc4/Arc4.cpp
M src/remote/client/interface.cpp
M src/remote/remote.cpp
M src/remote/remote.h
M src/remote/server/server.cpp
M src/yvalve/DistributedTransaction.cpp
A src/yvalve/DistributedTransaction.h
M src/yvalve/MasterImplementation.cpp
M src/yvalve/MasterImplementation.h
M src/yvalve/why.cpp
Avoid use of plain structures, missing in previous FB versions, in public API
2015-01-16 15:12 asfernandes
M src/include/firebird/Interface.h
M src/include/firebird/Message.h
Adjustments after fix and test of fbstuff repository.
2015-01-15 14:55 asfernandes
M src/include/firebird/FirebirdInterface.idl
M src/include/firebird/IdlFbInterfaces.h

View File

@ -3,16 +3,16 @@
*** DO NOT EDIT ***
TO CHANGE ANY INFORMATION IN HERE PLEASE
EDIT src/misc/writeBuildNum.sh
FORMAL BUILD NUMBER:31551
FORMAL BUILD NUMBER:31553
*/
#define PRODUCT_VER_STRING "3.0.0.31551"
#define FILE_VER_STRING "WI-T3.0.0.31551"
#define LICENSE_VER_STRING "WI-T3.0.0.31551"
#define FILE_VER_NUMBER 3, 0, 0, 31551
#define PRODUCT_VER_STRING "3.0.0.31553"
#define FILE_VER_STRING "WI-T3.0.0.31553"
#define LICENSE_VER_STRING "WI-T3.0.0.31553"
#define FILE_VER_NUMBER 3, 0, 0, 31553
#define FB_MAJOR_VER "3"
#define FB_MINOR_VER "0"
#define FB_REV_NO "0"
#define FB_BUILD_NO "31551"
#define FB_BUILD_NO "31553"
#define FB_BUILD_TYPE "T"
#define FB_BUILD_SUFFIX "Firebird 3.0 Beta 2"

View File

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