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

nightly update

This commit is contained in:
firebirds 2011-06-02 03:31:08 +00:00
parent 136463bda4
commit 8d085f35a3
3 changed files with 16 additions and 7 deletions

View File

@ -1,3 +1,12 @@
2011-06-01 08:55 alexpeshkoff
M src/burp/restore.epp
Backported CORE-3461: DDL operations fail after backup/restore
2011-06-01 08:07 alexpeshkoff
M src/include/types_pub.h
M src/remote/inet.cpp
HPUX/PARISC port - awful hack to avoid errors in OS
2011-05-25 10:56 dimitr
M src/jrd/evl.cpp
Fixed CORE-3493: Adding a value to a timestamp below '16.11.1858 00:00:01' throws 'value exceeds the range for valid timestamp'. v2.1 wasn't really affected although the validation sequence was wrong.

View File

@ -3,16 +3,16 @@
*** DO NOT EDIT ***
TO CHANGE ANY INFORMATION IN HERE PLEASE
EDIT src/misc/writeBuildNum.sh
FORMAL BUILD NUMBER:18423
FORMAL BUILD NUMBER:18425
*/
#define PRODUCT_VER_STRING "2.1.5.18423"
#define FILE_VER_STRING "WI-V2.1.5.18423"
#define LICENSE_VER_STRING "WI-V2.1.5.18423"
#define FILE_VER_NUMBER 2, 1, 5, 18423
#define PRODUCT_VER_STRING "2.1.5.18425"
#define FILE_VER_STRING "WI-V2.1.5.18425"
#define LICENSE_VER_STRING "WI-V2.1.5.18425"
#define FILE_VER_NUMBER 2, 1, 5, 18425
#define FB_MAJOR_VER "2"
#define FB_MINOR_VER "1"
#define FB_REV_NO "5"
#define FB_BUILD_NO "18423"
#define FB_BUILD_NO "18425"
#define FB_BUILD_TYPE "V"
#define FB_BUILD_SUFFIX "Firebird 2.1"

View File

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