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

nightly update

This commit is contained in:
firebirds 2015-07-15 00:08:44 +00:00
parent 4929f46714
commit 26766feaf2
3 changed files with 15 additions and 7 deletions

View File

@ -1,3 +1,11 @@
2015-07-14 17:10 dimitr
M src/jrd/RecordSourceNodes.cpp
Fixed CORE-4710: invalid request BLR at offset 361 context already in use (BLR error).
2015-07-14 16:00 asfernandes
M src/dsql/Parser.cpp
Rework on CORE-4781 - Maximum string length (32767 bytes) is not validated.
2015-07-13 19:42 hvlad
M src/gpre/boot/gpre_meta_boot.cpp
Fixed gpre_boot compilation

View File

@ -3,16 +3,16 @@
*** DO NOT EDIT ***
TO CHANGE ANY INFORMATION IN HERE PLEASE
EDIT src/misc/writeBuildNum.sh
FORMAL BUILD NUMBER:31940
FORMAL BUILD NUMBER:31942
*/
#define PRODUCT_VER_STRING "3.0.0.31940"
#define FILE_VER_STRING "WI-V3.0.0.31940"
#define LICENSE_VER_STRING "WI-V3.0.0.31940"
#define FILE_VER_NUMBER 3, 0, 0, 31940
#define PRODUCT_VER_STRING "3.0.0.31942"
#define FILE_VER_STRING "WI-V3.0.0.31942"
#define LICENSE_VER_STRING "WI-V3.0.0.31942"
#define FILE_VER_NUMBER 3, 0, 0, 31942
#define FB_MAJOR_VER "3"
#define FB_MINOR_VER "0"
#define FB_REV_NO "0"
#define FB_BUILD_NO "31940"
#define FB_BUILD_NO "31942"
#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=31940
BuildNum=31942
NowAt=`pwd`
cd `dirname $0`