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 2012-04-28 04:58:21 +00:00
parent cc6d7212d8
commit 55344bea87
3 changed files with 15 additions and 7 deletions

View File

@ -1,3 +1,11 @@
2012-04-27 16:31 dimitr
M src/dsql/pass1.cpp
Fixed CORE-3834: Usage of a NATURAL JOIN with a derived table crashes the server.
2012-04-27 13:21 alexpeshkoff
M src/remote/inet.cpp
Fixed posix build
2012-04-26 09:39 paulbeach
M builds/install/misc/firebird.conf.in
Make the conf. parameter DummyPacketInterval more accurate.

View File

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