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

nightly update

This commit is contained in:
firebirds 2014-12-31 00:13:44 +00:00
parent c0b4e085df
commit bf8ed546e4
3 changed files with 16 additions and 7 deletions

View File

@ -1,3 +1,12 @@
2014-12-30 15:18 alexpeshkoff
M src/common/IntlParametersBlock.cpp
M src/common/IntlParametersBlock.h
Fixed CORE-4610: Add a tag name to diagnostics when trasliteration errors in Parameter Block values occur
2014-12-30 08:17 starodubov
M src/jrd/vio.cpp
Fixed CORE-4656: Server could hang during chasing dead record version
2014-12-29 21:15 dimitr
M src/jrd/RecordNumber.h
M src/jrd/dpm.epp

View File

@ -3,16 +3,16 @@
*** DO NOT EDIT ***
TO CHANGE ANY INFORMATION IN HERE PLEASE
EDIT src/misc/writeBuildNum.sh
FORMAL BUILD NUMBER:31527
FORMAL BUILD NUMBER:31529
*/
#define PRODUCT_VER_STRING "3.0.0.31527"
#define FILE_VER_STRING "WI-T3.0.0.31527"
#define LICENSE_VER_STRING "WI-T3.0.0.31527"
#define FILE_VER_NUMBER 3, 0, 0, 31527
#define PRODUCT_VER_STRING "3.0.0.31529"
#define FILE_VER_STRING "WI-T3.0.0.31529"
#define LICENSE_VER_STRING "WI-T3.0.0.31529"
#define FILE_VER_NUMBER 3, 0, 0, 31529
#define FB_MAJOR_VER "3"
#define FB_MINOR_VER "0"
#define FB_REV_NO "0"
#define FB_BUILD_NO "31527"
#define FB_BUILD_NO "31529"
#define FB_BUILD_TYPE "T"
#define FB_BUILD_SUFFIX "Firebird 3.0 Beta 2"

View File

@ -9,7 +9,7 @@ BuildType=T
MajorVer=3
MinorVer=0
RevNo=0
BuildNum=31527
BuildNum=31529
NowAt=`pwd`
cd `dirname $0`