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

nightly update

This commit is contained in:
firebirds 2012-01-04 03:21:51 +00:00
parent abf5c027f4
commit 213fcec8bb
3 changed files with 25 additions and 7 deletions

View File

@ -1,3 +1,21 @@
2012-01-03 18:26 dimitr
M src/remote/server/os/win32/window.cpp
Totally misc.
2012-01-03 18:06 dimitr
M src/remote/client/interface.cpp
M src/remote/inet.cpp
M src/remote/os/win32/wnet.cpp
M src/remote/os/win32/xnet.cpp
M src/remote/protocol.h
M src/remote/remote.h
M src/remote/server/server.cpp
Removed the outdated RPC support + some misc cleanup.
2012-01-03 16:14 alexpeshkoff
M src/auth/SecureRemotePassword/manage/SrpManagement.cpp
Make SRP management plugin notify caller when user to alter/drop is missing
2012-01-02 11:28 hvlad
M extern/libtommath/libtommath_MSVC10.sln
M extern/libtommath/libtommath_MSVC10.vcxproj

View File

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