mirror of
https://github.com/FirebirdSQL/firebird.git
synced 2025-01-23 06:43:04 +01:00
nightly update
This commit is contained in:
parent
0642e9615e
commit
70244421cf
@ -1,3 +1,10 @@
|
|||||||
|
2015-11-15 11:57 alexpeshkoff
|
||||||
|
M src/remote/inet.cpp
|
||||||
|
M src/remote/os/win32/wnet.cpp
|
||||||
|
M src/remote/os/win32/xnet.cpp
|
||||||
|
M src/remote/server/server.cpp
|
||||||
|
Fixed CORE-5017: Interrupt of aux connection during TCP setup phase causes server exit due to unhandled exception
|
||||||
|
|
||||||
2015-11-13 12:45 alexpeshkoff
|
2015-11-13 12:45 alexpeshkoff
|
||||||
M src/remote/server/server.cpp
|
M src/remote/server/server.cpp
|
||||||
Postfix for CORE-5014: not good to disconnject same port twice, looks like I and Vlad tried to fix same bug simultaneously
|
Postfix for CORE-5014: not good to disconnject same port twice, looks like I and Vlad tried to fix same bug simultaneously
|
||||||
|
@ -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:32173
|
FORMAL BUILD NUMBER:32174
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#define PRODUCT_VER_STRING "3.0.0.32173"
|
#define PRODUCT_VER_STRING "3.0.0.32174"
|
||||||
#define FILE_VER_STRING "WI-V3.0.0.32173"
|
#define FILE_VER_STRING "WI-V3.0.0.32174"
|
||||||
#define LICENSE_VER_STRING "WI-V3.0.0.32173"
|
#define LICENSE_VER_STRING "WI-V3.0.0.32174"
|
||||||
#define FILE_VER_NUMBER 3, 0, 0, 32173
|
#define FILE_VER_NUMBER 3, 0, 0, 32174
|
||||||
#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 "32173"
|
#define FB_BUILD_NO "32174"
|
||||||
#define FB_BUILD_TYPE "V"
|
#define FB_BUILD_TYPE "V"
|
||||||
#define FB_BUILD_SUFFIX "Firebird 3.0 Release Candidate 1"
|
#define FB_BUILD_SUFFIX "Firebird 3.0 Release Candidate 1"
|
||||||
|
@ -9,7 +9,7 @@ BuildType=V
|
|||||||
MajorVer=3
|
MajorVer=3
|
||||||
MinorVer=0
|
MinorVer=0
|
||||||
RevNo=0
|
RevNo=0
|
||||||
BuildNum=32173
|
BuildNum=32174
|
||||||
|
|
||||||
NowAt=`pwd`
|
NowAt=`pwd`
|
||||||
cd `dirname $0`
|
cd `dirname $0`
|
||||||
|
Loading…
Reference in New Issue
Block a user