mirror of
https://github.com/FirebirdSQL/firebird.git
synced 2025-01-23 04:43:03 +01:00
nightly update
This commit is contained in:
parent
7b3bc300bb
commit
a1090abb6d
@ -1,3 +1,9 @@
|
||||
2013-03-11 15:44 alexpeshkoff
|
||||
M src/common/classes/auto.h
|
||||
M src/jrd/cmp.cpp
|
||||
M src/jrd/exe.h
|
||||
Bacported fix for CORE-3360: update ... returning ... raises -551 (no perm to update) for a column present only in the returning clause
|
||||
|
||||
2013-03-06 11:33 alexpeshkoff
|
||||
M src/remote/inet.cpp
|
||||
Fixed CORE-4058
|
||||
|
@ -3,16 +3,16 @@
|
||||
*** DO NOT EDIT ***
|
||||
TO CHANGE ANY INFORMATION IN HERE PLEASE
|
||||
EDIT src/misc/writeBuildNum.sh
|
||||
FORMAL BUILD NUMBER:18514
|
||||
FORMAL BUILD NUMBER:18515
|
||||
*/
|
||||
|
||||
#define PRODUCT_VER_STRING "2.1.6.18514"
|
||||
#define FILE_VER_STRING "WI-V2.1.6.18514"
|
||||
#define LICENSE_VER_STRING "WI-V2.1.6.18514"
|
||||
#define FILE_VER_NUMBER 2, 1, 6, 18514
|
||||
#define PRODUCT_VER_STRING "2.1.6.18515"
|
||||
#define FILE_VER_STRING "WI-V2.1.6.18515"
|
||||
#define LICENSE_VER_STRING "WI-V2.1.6.18515"
|
||||
#define FILE_VER_NUMBER 2, 1, 6, 18515
|
||||
#define FB_MAJOR_VER "2"
|
||||
#define FB_MINOR_VER "1"
|
||||
#define FB_REV_NO "6"
|
||||
#define FB_BUILD_NO "18514"
|
||||
#define FB_BUILD_NO "18515"
|
||||
#define FB_BUILD_TYPE "V"
|
||||
#define FB_BUILD_SUFFIX "Firebird 2.1"
|
||||
|
@ -9,7 +9,7 @@ BuildType=V
|
||||
MajorVer=2
|
||||
MinorVer=1
|
||||
RevNo=6
|
||||
BuildNum=18514
|
||||
BuildNum=18515
|
||||
|
||||
if [ "$SPECIAL_BUILD_SUFFIX" = "" ]; then
|
||||
# Normal builds
|
||||
|
Loading…
Reference in New Issue
Block a user