8
0
mirror of https://github.com/FirebirdSQL/firebird.git synced 2025-01-22 20:03:02 +01:00

nightly update

This commit is contained in:
firebirds 2015-07-07 00:10:23 +00:00
parent 6db72302dd
commit 0b15c412fa
3 changed files with 12 additions and 7 deletions

View File

@ -1,3 +1,8 @@
2015-07-06 15:10 hvlad
M builds/win32/make_all.bat
M builds/win32/set_build_target.bat
A bit more support for VC12 - make_all now copies CRT dll's into output folder
2015-07-05 22:03 hvlad
M src/jrd/validation.cpp
Fixed bug CORE-4855 : Online validation during DML activity in other connection leads to message "Error while trying to read from file" and "page in use during flush (210), file: cch.cpp line: 2672"

View File

@ -3,16 +3,16 @@
*** DO NOT EDIT ***
TO CHANGE ANY INFORMATION IN HERE PLEASE
EDIT src/misc/writeBuildNum.sh
FORMAL BUILD NUMBER:31924
FORMAL BUILD NUMBER:31925
*/
#define PRODUCT_VER_STRING "3.0.0.31924"
#define FILE_VER_STRING "WI-V3.0.0.31924"
#define LICENSE_VER_STRING "WI-V3.0.0.31924"
#define FILE_VER_NUMBER 3, 0, 0, 31924
#define PRODUCT_VER_STRING "3.0.0.31925"
#define FILE_VER_STRING "WI-V3.0.0.31925"
#define LICENSE_VER_STRING "WI-V3.0.0.31925"
#define FILE_VER_NUMBER 3, 0, 0, 31925
#define FB_MAJOR_VER "3"
#define FB_MINOR_VER "0"
#define FB_REV_NO "0"
#define FB_BUILD_NO "31924"
#define FB_BUILD_NO "31925"
#define FB_BUILD_TYPE "V"
#define FB_BUILD_SUFFIX "Firebird 3.0 Release Candidate 1"

View File

@ -9,7 +9,7 @@ BuildType=V
MajorVer=3
MinorVer=0
RevNo=0
BuildNum=31924
BuildNum=31925
NowAt=`pwd`
cd `dirname $0`