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

nightly update

This commit is contained in:
firebirds 2011-05-27 03:27:46 +00:00
parent 3cfc3120ad
commit 74cb8e6ead
3 changed files with 20 additions and 7 deletions

View File

@ -1,3 +1,16 @@
2011-05-27 02:00 asfernandes
M src/dsql/metd.epp
Missed piece for CORE-3491.
2011-05-27 01:13 asfernandes
M src/dsql/ddl.cpp
M src/dsql/dsql.h
M src/dsql/metd.epp
M src/dsql/metd_proto.h
M src/dsql/parse.y
M src/dsql/pass1.cpp
Fixed CORE-3491 - Altering of a TYPE OF COLUMN parameter affects the original column.
2011-05-25 11:50 alexpeshkoff
M src/utilities/nbackup.cpp
Fixed CORE-3482: nbackup ctrl-c segfaults and leaves db locked (delta file continues to grow)

View File

@ -3,16 +3,16 @@
*** DO NOT EDIT ***
TO CHANGE ANY INFORMATION IN HERE PLEASE
EDIT src/misc/writeBuildNum.sh
FORMAL BUILD NUMBER:26289
FORMAL BUILD NUMBER:26291
*/
#define PRODUCT_VER_STRING "2.5.1.26289"
#define FILE_VER_STRING "WI-V2.5.1.26289"
#define LICENSE_VER_STRING "WI-V2.5.1.26289"
#define FILE_VER_NUMBER 2, 5, 1, 26289
#define PRODUCT_VER_STRING "2.5.1.26291"
#define FILE_VER_STRING "WI-V2.5.1.26291"
#define LICENSE_VER_STRING "WI-V2.5.1.26291"
#define FILE_VER_NUMBER 2, 5, 1, 26291
#define FB_MAJOR_VER "2"
#define FB_MINOR_VER "5"
#define FB_REV_NO "1"
#define FB_BUILD_NO "26289"
#define FB_BUILD_NO "26291"
#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=1
BuildNum=26289
BuildNum=26291
if [ "$SPECIAL_BUILD_SUFFIX" = "" ]; then
# Normal builds