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

nightly update

This commit is contained in:
firebirds 2013-08-27 00:31:14 +00:00
parent bb86ab028a
commit 7daa55baef
3 changed files with 24 additions and 7 deletions

View File

@ -1,3 +1,20 @@
2013-08-26 16:06 asfernandes
M src/dsql/StmtNodes.cpp
M src/dsql/dsql.cpp
Fixed CORE-4184 - Executing empty EXECUTE BLOCK with NotNull output parameter raised error.
2013-08-26 10:02 dimitr
M src/common/isc_s_proto.h
Temporary bugfix for the thread scheduling issue on Linux.
2013-08-26 09:50 dimitr
M src/jrd/DatabaseSnapshot.cpp
Misc.
2013-08-26 06:28 alexpeshkoff
M src/jrd/lck.cpp
Fixed CORE-4185: message "Invalid lock ID" happened due to incorrect lock kind
2013-08-24 08:43 dimitr
M builds/win32/make_examples.bat
Fixed snapshot builds.

View File

@ -3,16 +3,16 @@
*** DO NOT EDIT ***
TO CHANGE ANY INFORMATION IN HERE PLEASE
EDIT src/misc/writeBuildNum.sh
FORMAL BUILD NUMBER:30619
FORMAL BUILD NUMBER:30623
*/
#define PRODUCT_VER_STRING "3.0.0.30619"
#define FILE_VER_STRING "WI-T3.0.0.30619"
#define LICENSE_VER_STRING "WI-T3.0.0.30619"
#define FILE_VER_NUMBER 3, 0, 0, 30619
#define PRODUCT_VER_STRING "3.0.0.30623"
#define FILE_VER_STRING "WI-T3.0.0.30623"
#define LICENSE_VER_STRING "WI-T3.0.0.30623"
#define FILE_VER_NUMBER 3, 0, 0, 30623
#define FB_MAJOR_VER "3"
#define FB_MINOR_VER "0"
#define FB_REV_NO "0"
#define FB_BUILD_NO "30619"
#define FB_BUILD_NO "30623"
#define FB_BUILD_TYPE "T"
#define FB_BUILD_SUFFIX "Firebird 3.0 Alpha 1"

View File

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