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

nightly update

This commit is contained in:
firebirds 2013-09-30 03:09:21 +00:00
parent c0e180333f
commit 52083325c9
3 changed files with 13 additions and 7 deletions

View File

@ -1,3 +1,9 @@
2013-09-29 09:21 hvlad
M src/jrd/nbak.cpp
M src/jrd/nbak.h
M src/jrd/pag.cpp
Backport additional fix for bug CORE-2648 : Nbackup's delta file ignored Forced Writes database setting
2013-09-10 14:36 hvlad
M src/jrd/dyn_def.epp
Fixed bug CORE-4214 : GTT should not reference permanent relation

View File

@ -3,16 +3,16 @@
*** DO NOT EDIT ***
TO CHANGE ANY INFORMATION IN HERE PLEASE
EDIT src/misc/writeBuildNum.sh
FORMAL BUILD NUMBER:18526
FORMAL BUILD NUMBER:18527
*/
#define PRODUCT_VER_STRING "2.1.6.18526"
#define FILE_VER_STRING "WI-V2.1.6.18526"
#define LICENSE_VER_STRING "WI-V2.1.6.18526"
#define FILE_VER_NUMBER 2, 1, 6, 18526
#define PRODUCT_VER_STRING "2.1.6.18527"
#define FILE_VER_STRING "WI-V2.1.6.18527"
#define LICENSE_VER_STRING "WI-V2.1.6.18527"
#define FILE_VER_NUMBER 2, 1, 6, 18527
#define FB_MAJOR_VER "2"
#define FB_MINOR_VER "1"
#define FB_REV_NO "6"
#define FB_BUILD_NO "18526"
#define FB_BUILD_NO "18527"
#define FB_BUILD_TYPE "V"
#define FB_BUILD_SUFFIX "Firebird 2.1"

View File

@ -9,7 +9,7 @@ BuildType=V
MajorVer=2
MinorVer=1
RevNo=6
BuildNum=18526
BuildNum=18527
if [ "$SPECIAL_BUILD_SUFFIX" = "" ]; then
# Normal builds