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-06-06 03:21:37 +00:00
parent 5ac9733073
commit cb2a44a03d
3 changed files with 14 additions and 7 deletions

View File

@ -1,3 +1,10 @@
2011-06-05 08:17 hvlad
M src/jrd/dpm.epp
M src/jrd/dpm_proto.h
M src/jrd/idx.cpp
M src/jrd/vio.cpp
Fixed bug CORE-3515 : Index corruption. Validation put "missing entries" message into firebird.log
2011-06-04 18:43 asfernandes 2011-06-04 18:43 asfernandes
M doc/WhatsNew M doc/WhatsNew
M src/jrd/IntlUtil.cpp M src/jrd/IntlUtil.cpp

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:26307 FORMAL BUILD NUMBER:26308
*/ */
#define PRODUCT_VER_STRING "2.5.1.26307" #define PRODUCT_VER_STRING "2.5.1.26308"
#define FILE_VER_STRING "WI-V2.5.1.26307" #define FILE_VER_STRING "WI-V2.5.1.26308"
#define LICENSE_VER_STRING "WI-V2.5.1.26307" #define LICENSE_VER_STRING "WI-V2.5.1.26308"
#define FILE_VER_NUMBER 2, 5, 1, 26307 #define FILE_VER_NUMBER 2, 5, 1, 26308
#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 "26307" #define FB_BUILD_NO "26308"
#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=26307 BuildNum=26308
if [ "$SPECIAL_BUILD_SUFFIX" = "" ]; then if [ "$SPECIAL_BUILD_SUFFIX" = "" ]; then
# Normal builds # Normal builds