mirror of
https://github.com/FirebirdSQL/firebird.git
synced 2025-01-22 22:43:03 +01:00
nightly update
This commit is contained in:
parent
37344e12bf
commit
c14d7c3638
@ -1,3 +1,8 @@
|
||||
2013-11-11 14:44 hvlad
|
||||
M src/jrd/jrd.cpp
|
||||
M src/jrd/tra.cpp
|
||||
Fixed bug CORE-4260 : Bugcheck 165 (cannot find tip page) happens if engine crashed right after CREATE DATABASE
|
||||
|
||||
2013-11-07 18:41 dimitr
|
||||
M src/jrd/evl.cpp
|
||||
Fixed the underlying issue that made CORE-4255 possible.
|
||||
|
@ -3,16 +3,16 @@
|
||||
*** DO NOT EDIT ***
|
||||
TO CHANGE ANY INFORMATION IN HERE PLEASE
|
||||
EDIT src/misc/writeBuildNum.sh
|
||||
FORMAL BUILD NUMBER:30717
|
||||
FORMAL BUILD NUMBER:30718
|
||||
*/
|
||||
|
||||
#define PRODUCT_VER_STRING "3.0.0.30717"
|
||||
#define FILE_VER_STRING "WI-T3.0.0.30717"
|
||||
#define LICENSE_VER_STRING "WI-T3.0.0.30717"
|
||||
#define FILE_VER_NUMBER 3, 0, 0, 30717
|
||||
#define PRODUCT_VER_STRING "3.0.0.30718"
|
||||
#define FILE_VER_STRING "WI-T3.0.0.30718"
|
||||
#define LICENSE_VER_STRING "WI-T3.0.0.30718"
|
||||
#define FILE_VER_NUMBER 3, 0, 0, 30718
|
||||
#define FB_MAJOR_VER "3"
|
||||
#define FB_MINOR_VER "0"
|
||||
#define FB_REV_NO "0"
|
||||
#define FB_BUILD_NO "30717"
|
||||
#define FB_BUILD_NO "30718"
|
||||
#define FB_BUILD_TYPE "T"
|
||||
#define FB_BUILD_SUFFIX "Firebird 3.0 Alpha 1"
|
||||
|
@ -9,7 +9,7 @@ BuildType=T
|
||||
MajorVer=3
|
||||
MinorVer=0
|
||||
RevNo=0
|
||||
BuildNum=30717
|
||||
BuildNum=30718
|
||||
|
||||
NowAt=`pwd`
|
||||
cd `dirname $0`
|
||||
|
Loading…
Reference in New Issue
Block a user