mirror of
https://github.com/FirebirdSQL/firebird.git
synced 2025-01-23 06:03:02 +01:00
nightly update
This commit is contained in:
parent
ce8d458e46
commit
bac40c7cdd
@ -1,3 +1,9 @@
|
||||
2015-11-26 09:28 roman-simakov
|
||||
M src/jrd/cch.cpp
|
||||
M src/jrd/validation.cpp
|
||||
M src/jrd/validation.h
|
||||
Fixed CORE-4978: Improved validation and fix of lost data pages. Thanks to Vlad for help.
|
||||
|
||||
2015-11-24 23:33 hvlad
|
||||
M src/jrd/event.cpp
|
||||
Fixed bug CORE-5034 : At least 5 seconds delay on disconnect could happen if disconnect happens close after Event Manager initialization
|
||||
|
@ -3,16 +3,16 @@
|
||||
*** DO NOT EDIT ***
|
||||
TO CHANGE ANY INFORMATION IN HERE PLEASE
|
||||
EDIT src/misc/writeBuildNum.sh
|
||||
FORMAL BUILD NUMBER:32197
|
||||
FORMAL BUILD NUMBER:32198
|
||||
*/
|
||||
|
||||
#define PRODUCT_VER_STRING "3.0.0.32197"
|
||||
#define FILE_VER_STRING "WI-V3.0.0.32197"
|
||||
#define LICENSE_VER_STRING "WI-V3.0.0.32197"
|
||||
#define FILE_VER_NUMBER 3, 0, 0, 32197
|
||||
#define PRODUCT_VER_STRING "3.0.0.32198"
|
||||
#define FILE_VER_STRING "WI-V3.0.0.32198"
|
||||
#define LICENSE_VER_STRING "WI-V3.0.0.32198"
|
||||
#define FILE_VER_NUMBER 3, 0, 0, 32198
|
||||
#define FB_MAJOR_VER "3"
|
||||
#define FB_MINOR_VER "0"
|
||||
#define FB_REV_NO "0"
|
||||
#define FB_BUILD_NO "32197"
|
||||
#define FB_BUILD_NO "32198"
|
||||
#define FB_BUILD_TYPE "V"
|
||||
#define FB_BUILD_SUFFIX "Firebird 3.0 Release Candidate 2"
|
||||
|
@ -9,7 +9,7 @@ BuildType=V
|
||||
MajorVer=3
|
||||
MinorVer=0
|
||||
RevNo=0
|
||||
BuildNum=32197
|
||||
BuildNum=32198
|
||||
|
||||
NowAt=`pwd`
|
||||
cd `dirname $0`
|
||||
|
Loading…
Reference in New Issue
Block a user