mirror of
https://github.com/FirebirdSQL/firebird.git
synced 2025-01-22 22:43:03 +01:00
nightly update
This commit is contained in:
parent
4db617fed9
commit
b6348a9440
@ -1,3 +1,7 @@
|
|||||||
|
2014-12-02 10:18 alexpeshkoff
|
||||||
|
M builds/make.new/config/install-sh
|
||||||
|
Fixed CORE-4630: Segfault in server caused by bad packet
|
||||||
|
|
||||||
2014-02-25 06:26 robocop
|
2014-02-25 06:26 robocop
|
||||||
M src/qli/compile.cpp
|
M src/qli/compile.cpp
|
||||||
This bug comes from IB, maybe from the dawn of time (PVS-Studio).
|
This bug comes from IB, maybe from the dawn of time (PVS-Studio).
|
||||||
|
@ -3,16 +3,16 @@
|
|||||||
*** DO NOT EDIT ***
|
*** DO NOT EDIT ***
|
||||||
TO CHANGE ANY INFORMATION IN HERE PLEASE
|
TO CHANGE ANY INFORMATION IN HERE PLEASE
|
||||||
EDIT src/misc/writeBuildNum.sh
|
EDIT src/misc/writeBuildNum.sh
|
||||||
FORMAL BUILD NUMBER:13326
|
FORMAL BUILD NUMBER:13327
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#define PRODUCT_VER_STRING "2.0.7.13326"
|
#define PRODUCT_VER_STRING "2.0.7.13327"
|
||||||
#define FILE_VER_STRING "WI-V2.0.7.13326"
|
#define FILE_VER_STRING "WI-V2.0.7.13327"
|
||||||
#define LICENSE_VER_STRING "WI-V2.0.7.13326"
|
#define LICENSE_VER_STRING "WI-V2.0.7.13327"
|
||||||
#define FILE_VER_NUMBER 2, 0, 7, 13326
|
#define FILE_VER_NUMBER 2, 0, 7, 13327
|
||||||
#define FB_MAJOR_VER "2"
|
#define FB_MAJOR_VER "2"
|
||||||
#define FB_MINOR_VER "0"
|
#define FB_MINOR_VER "0"
|
||||||
#define FB_REV_NO "7"
|
#define FB_REV_NO "7"
|
||||||
#define FB_BUILD_NO "13326"
|
#define FB_BUILD_NO "13327"
|
||||||
#define FB_BUILD_TYPE "V"
|
#define FB_BUILD_TYPE "V"
|
||||||
#define FB_BUILD_SUFFIX "Firebird 2.0"
|
#define FB_BUILD_SUFFIX "Firebird 2.0"
|
||||||
|
@ -9,7 +9,7 @@ BuildType=V
|
|||||||
MajorVer=2
|
MajorVer=2
|
||||||
MinorVer=0
|
MinorVer=0
|
||||||
RevNo=7
|
RevNo=7
|
||||||
BuildNum=13326
|
BuildNum=13327
|
||||||
|
|
||||||
if [ "$SPECIAL_BUILD_SUFFIX" = "" ]; then
|
if [ "$SPECIAL_BUILD_SUFFIX" = "" ]; then
|
||||||
# Normal builds
|
# Normal builds
|
||||||
|
Loading…
Reference in New Issue
Block a user