mirror of
https://github.com/FirebirdSQL/firebird.git
synced 2025-01-23 08:03:04 +01:00
nightly update
This commit is contained in:
parent
5350f53af9
commit
e3ff7e11de
@ -1,3 +1,8 @@
|
||||
2011-06-05 16:40 asfernandes
|
||||
M src/jrd/dsc.h
|
||||
Fixed CORE-3231 - OVERLAY() fails when used with text BLOBs containing multi-byte chars.
|
||||
The issue was fixed in others versions with CORE-2361.
|
||||
|
||||
2011-06-03 12:24 alexpeshkoff
|
||||
M src/lock/lock.cpp
|
||||
Fixed CORE-3510: gds_drop utility prints an error when trying to shutdown missing lock manager process
|
||||
|
@ -3,16 +3,16 @@
|
||||
*** DO NOT EDIT ***
|
||||
TO CHANGE ANY INFORMATION IN HERE PLEASE
|
||||
EDIT src/misc/writeBuildNum.sh
|
||||
FORMAL BUILD NUMBER:18426
|
||||
FORMAL BUILD NUMBER:18427
|
||||
*/
|
||||
|
||||
#define PRODUCT_VER_STRING "2.1.5.18426"
|
||||
#define FILE_VER_STRING "WI-V2.1.5.18426"
|
||||
#define LICENSE_VER_STRING "WI-V2.1.5.18426"
|
||||
#define FILE_VER_NUMBER 2, 1, 5, 18426
|
||||
#define PRODUCT_VER_STRING "2.1.5.18427"
|
||||
#define FILE_VER_STRING "WI-V2.1.5.18427"
|
||||
#define LICENSE_VER_STRING "WI-V2.1.5.18427"
|
||||
#define FILE_VER_NUMBER 2, 1, 5, 18427
|
||||
#define FB_MAJOR_VER "2"
|
||||
#define FB_MINOR_VER "1"
|
||||
#define FB_REV_NO "5"
|
||||
#define FB_BUILD_NO "18426"
|
||||
#define FB_BUILD_NO "18427"
|
||||
#define FB_BUILD_TYPE "V"
|
||||
#define FB_BUILD_SUFFIX "Firebird 2.1"
|
||||
|
@ -9,7 +9,7 @@ BuildType=V
|
||||
MajorVer=2
|
||||
MinorVer=1
|
||||
RevNo=5
|
||||
BuildNum=18426
|
||||
BuildNum=18427
|
||||
|
||||
if [ "$SPECIAL_BUILD_SUFFIX" = "" ]; then
|
||||
# Normal builds
|
||||
|
Loading…
Reference in New Issue
Block a user