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

nightly update

This commit is contained in:
firebirds 2015-02-08 00:20:44 +00:00
parent 27fea40d94
commit 23ec9f7118
3 changed files with 31 additions and 7 deletions

View File

@ -1,3 +1,27 @@
2015-02-07 16:07 egorpugin
M CMakeLists.txt
M src/common/classes/alloc.h
[build] [cmake] Add ICU setup section. Add clang ifdef.
2015-02-07 14:57 alexpeshkoff
M src/gpre/obj_cxx.cpp
warnings
2015-02-07 14:52 alexpeshkoff
M configure.ac
misc
2015-02-07 12:57 alexpeshkoff
M src/alice/main/aliceMain.cpp
M src/burp/main/burpMain.cpp
M src/utilities/gsec/main/gsecMain.cpp
M src/utilities/gstat/main/gstatMain.cpp
Use last chance to catch exceptions in utilities - sometimes it may be useful
2015-02-07 10:57 dimitr
M src/dsql/DsqlCompilerScratch.cpp
Fixed CORE-4684: Error while preparing a complex query ("Too many Contexts of Relation/Procedure/Views. Maximum allowed is 256").
2015-02-06 14:39 asfernandes
M lang_helpers/gds_codes.ftn
M lang_helpers/gds_codes.pas

View File

@ -3,16 +3,16 @@
*** DO NOT EDIT ***
TO CHANGE ANY INFORMATION IN HERE PLEASE
EDIT src/misc/writeBuildNum.sh
FORMAL BUILD NUMBER:31624
FORMAL BUILD NUMBER:31629
*/
#define PRODUCT_VER_STRING "3.0.0.31624"
#define FILE_VER_STRING "WI-T3.0.0.31624"
#define LICENSE_VER_STRING "WI-T3.0.0.31624"
#define FILE_VER_NUMBER 3, 0, 0, 31624
#define PRODUCT_VER_STRING "3.0.0.31629"
#define FILE_VER_STRING "WI-T3.0.0.31629"
#define LICENSE_VER_STRING "WI-T3.0.0.31629"
#define FILE_VER_NUMBER 3, 0, 0, 31629
#define FB_MAJOR_VER "3"
#define FB_MINOR_VER "0"
#define FB_REV_NO "0"
#define FB_BUILD_NO "31624"
#define FB_BUILD_NO "31629"
#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=31624
BuildNum=31629
NowAt=`pwd`
cd `dirname $0`