mirror of
https://github.com/FirebirdSQL/firebird.git
synced 2025-01-23 05:23:03 +01:00
nightly update
This commit is contained in:
parent
27fea40d94
commit
23ec9f7118
24
ChangeLog
24
ChangeLog
@ -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
|
||||
|
@ -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"
|
||||
|
@ -9,7 +9,7 @@ BuildType=T
|
||||
MajorVer=3
|
||||
MinorVer=0
|
||||
RevNo=0
|
||||
BuildNum=31624
|
||||
BuildNum=31629
|
||||
|
||||
NowAt=`pwd`
|
||||
cd `dirname $0`
|
||||
|
Loading…
Reference in New Issue
Block a user