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

nightly update

This commit is contained in:
firebirds 2011-07-31 03:17:44 +00:00
parent 59b3dc1c2b
commit 34628ca2f3
3 changed files with 13 additions and 7 deletions

View File

@ -1,3 +1,9 @@
2011-07-30 07:14 robocop
M src/common/classes/stack.h
M src/dsql/DdlNodes.epp
M src/jrd/met.epp
Misc.
2011-07-27 09:06 alexpeshkoff
M src/remote/client/interface.cpp
Fixed a hang in client when trying to attach to non-existent database with old-version firebird server running on same box

View File

@ -3,16 +3,16 @@
*** DO NOT EDIT ***
TO CHANGE ANY INFORMATION IN HERE PLEASE
EDIT src/misc/writeBuildNum.sh
FORMAL BUILD NUMBER:29514
FORMAL BUILD NUMBER:29515
*/
#define PRODUCT_VER_STRING "3.0.0.29514"
#define FILE_VER_STRING "WI-T3.0.0.29514"
#define LICENSE_VER_STRING "WI-T3.0.0.29514"
#define FILE_VER_NUMBER 3, 0, 0, 29514
#define PRODUCT_VER_STRING "3.0.0.29515"
#define FILE_VER_STRING "WI-T3.0.0.29515"
#define LICENSE_VER_STRING "WI-T3.0.0.29515"
#define FILE_VER_NUMBER 3, 0, 0, 29515
#define FB_MAJOR_VER "3"
#define FB_MINOR_VER "0"
#define FB_REV_NO "0"
#define FB_BUILD_NO "29514"
#define FB_BUILD_NO "29515"
#define FB_BUILD_TYPE "T"
#define FB_BUILD_SUFFIX "Firebird 3.0 Unstable"

View File

@ -9,7 +9,7 @@ BuildType=T
MajorVer=3
MinorVer=0
RevNo=0
BuildNum=29514
BuildNum=29515
NowAt=`pwd`
cd `dirname $0`