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

nightly update

This commit is contained in:
firebirds 2015-04-22 00:29:23 +00:00
parent 82a6d0009f
commit e8c0bbe524
3 changed files with 23 additions and 7 deletions

View File

@ -1,3 +1,19 @@
2015-04-21 19:33 asfernandes
M src/jrd/blb.cpp
Backport fix for CORE-4752 - EXECUTE STATEMENT using BLOB parameters results in "Invalid BLOB ID" error.
2015-04-21 19:23 robocop
M src/jrd/extds/InternalDS.cpp
Misc.
2015-04-21 13:28 hvlad
M src/jrd/met.epp
Fixed bug CORE-4761 : Db on connect triggers fail to execute some time
2015-04-21 10:23 hvlad
M src/jrd/btr.cpp
Fixed bug CORE-4759 : request synchronization error when build expression index
2015-04-20 12:11 hvlad
M src/jrd/pcmet.epp
M src/jrd/pcmet_proto.h

View File

@ -3,16 +3,16 @@
*** DO NOT EDIT ***
TO CHANGE ANY INFORMATION IN HERE PLEASE
EDIT src/misc/writeBuildNum.sh
FORMAL BUILD NUMBER:26861
FORMAL BUILD NUMBER:26865
*/
#define PRODUCT_VER_STRING "2.5.5.26861"
#define FILE_VER_STRING "WI-V2.5.5.26861"
#define LICENSE_VER_STRING "WI-V2.5.5.26861"
#define FILE_VER_NUMBER 2, 5, 5, 26861
#define PRODUCT_VER_STRING "2.5.5.26865"
#define FILE_VER_STRING "WI-V2.5.5.26865"
#define LICENSE_VER_STRING "WI-V2.5.5.26865"
#define FILE_VER_NUMBER 2, 5, 5, 26865
#define FB_MAJOR_VER "2"
#define FB_MINOR_VER "5"
#define FB_REV_NO "5"
#define FB_BUILD_NO "26861"
#define FB_BUILD_NO "26865"
#define FB_BUILD_TYPE "V"
#define FB_BUILD_SUFFIX "Firebird 2.5"

View File

@ -9,7 +9,7 @@ BuildType=V
MajorVer=2
MinorVer=5
RevNo=5
BuildNum=26861
BuildNum=26865
if [ "$SPECIAL_BUILD_SUFFIX" = "" ]; then
# Normal builds