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

nightly update

This commit is contained in:
firebirds 2013-08-15 00:27:09 +00:00
parent 27062ad0bc
commit f94bf3d32d
3 changed files with 24 additions and 7 deletions

View File

@ -1,3 +1,20 @@
2013-08-14 15:41 asfernandes
M builds/posix/make.shared.targets
Fixed the problem with make -j when only parse.y is changed.
2013-08-14 09:27 dimitr
M src/jrd/validation.cpp
Attempted to fix unexpectedly big (> 2^32) page numbers in the validation output + some related adjustments.
2013-08-14 02:20 asfernandes
M src/dsql/Parser.h
M src/dsql/parse.y
Fixed CORE-4177 (last part) - Problem with some boolean expressions not being allowed.
2013-08-14 02:20 asfernandes
M src/jrd/recsrc/BufferedStream.cpp
Fix assertion.
2013-08-12 02:20 asfernandes
M src/dsql/parse.y
Fixed CORE-4177 (only the simple test case reported in fb-devel) - Problem with some boolean expressions not being allowed.

View File

@ -3,16 +3,16 @@
*** DO NOT EDIT ***
TO CHANGE ANY INFORMATION IN HERE PLEASE
EDIT src/misc/writeBuildNum.sh
FORMAL BUILD NUMBER:30586
FORMAL BUILD NUMBER:30590
*/
#define PRODUCT_VER_STRING "3.0.0.30586"
#define FILE_VER_STRING "WI-T3.0.0.30586"
#define LICENSE_VER_STRING "WI-T3.0.0.30586"
#define FILE_VER_NUMBER 3, 0, 0, 30586
#define PRODUCT_VER_STRING "3.0.0.30590"
#define FILE_VER_STRING "WI-T3.0.0.30590"
#define LICENSE_VER_STRING "WI-T3.0.0.30590"
#define FILE_VER_NUMBER 3, 0, 0, 30590
#define FB_MAJOR_VER "3"
#define FB_MINOR_VER "0"
#define FB_REV_NO "0"
#define FB_BUILD_NO "30586"
#define FB_BUILD_NO "30590"
#define FB_BUILD_TYPE "T"
#define FB_BUILD_SUFFIX "Firebird 3.0 Alpha 1"

View File

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