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

nightly update

This commit is contained in:
firebirds 2011-04-26 03:26:31 +00:00
parent 1b96d77fab
commit 8fe48d0cfe
3 changed files with 12 additions and 7 deletions

View File

@ -1,3 +1,8 @@
2011-04-25 12:41 hvlad
M src/jrd/isc_sync.cpp
Fixed regression introduced by me in patch for CORE-3326 - too many unnecessary calls of ISC_check_process_existence().
Added defines to switch usage of fast mutex off if necessary.
2011-04-21 19:57 asfernandes 2011-04-21 19:57 asfernandes
M src/jrd/unicode_util.cpp M src/jrd/unicode_util.cpp
Fixed CORE-3447 - Collation is not installed with icu > 4.2. Fixed CORE-3447 - Collation is not installed with icu > 4.2.

View File

@ -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:26264 FORMAL BUILD NUMBER:26265
*/ */
#define PRODUCT_VER_STRING "2.5.1.26264" #define PRODUCT_VER_STRING "2.5.1.26265"
#define FILE_VER_STRING "WI-V2.5.1.26264" #define FILE_VER_STRING "WI-V2.5.1.26265"
#define LICENSE_VER_STRING "WI-V2.5.1.26264" #define LICENSE_VER_STRING "WI-V2.5.1.26265"
#define FILE_VER_NUMBER 2, 5, 1, 26264 #define FILE_VER_NUMBER 2, 5, 1, 26265
#define FB_MAJOR_VER "2" #define FB_MAJOR_VER "2"
#define FB_MINOR_VER "5" #define FB_MINOR_VER "5"
#define FB_REV_NO "1" #define FB_REV_NO "1"
#define FB_BUILD_NO "26264" #define FB_BUILD_NO "26265"
#define FB_BUILD_TYPE "V" #define FB_BUILD_TYPE "V"
#define FB_BUILD_SUFFIX "Firebird 2.5" #define FB_BUILD_SUFFIX "Firebird 2.5"

View File

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