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

nightly update

This commit is contained in:
firebirds 2013-05-16 00:25:26 +00:00
parent d4a48a4164
commit 5d96d3ac18
3 changed files with 33 additions and 7 deletions

View File

@ -1,3 +1,29 @@
2013-05-15 15:39 asfernandes
M src/include/firebird/Message.h
Misc.
2013-05-15 14:28 hvlad
M src/jrd/tra.cpp
Fixed bug CORE-4100 : Automatic sweep could be run when there is no need for it
2013-05-14 15:44 asfernandes
M doc/WhatsNew
M doc/sql.extensions/README.ddl.txt
Document CORE-3018 - RECREATE, ALTER and CREATE OR ALTER SEQUENCE/GENERATOR statements.
2013-05-14 15:43 asfernandes
M src/dsql/parse.y
Added ALTER GENERATOR (as ALTER SEQUENCE) for consistency with the others SEQUENCE/GENERATOR commands.
2013-05-14 14:53 asfernandes
M doc/WhatsNew
M doc/sql.extensions/README.ddl.txt
Document CORE-1209 - CONTINUE statement.
2013-05-14 01:06 asfernandes
M src/dsql/parse.y
Fixed problem with LEAVE and CONTINUE syntaxes.
2013-05-13 15:56 asfernandes
M doc/WhatsNew
A doc/sql.extensions/README.subroutines.txt

View File

@ -3,16 +3,16 @@
*** DO NOT EDIT ***
TO CHANGE ANY INFORMATION IN HERE PLEASE
EDIT src/misc/writeBuildNum.sh
FORMAL BUILD NUMBER:30410
FORMAL BUILD NUMBER:30416
*/
#define PRODUCT_VER_STRING "3.0.0.30410"
#define FILE_VER_STRING "WI-T3.0.0.30410"
#define LICENSE_VER_STRING "WI-T3.0.0.30410"
#define FILE_VER_NUMBER 3, 0, 0, 30410
#define PRODUCT_VER_STRING "3.0.0.30416"
#define FILE_VER_STRING "WI-T3.0.0.30416"
#define LICENSE_VER_STRING "WI-T3.0.0.30416"
#define FILE_VER_NUMBER 3, 0, 0, 30416
#define FB_MAJOR_VER "3"
#define FB_MINOR_VER "0"
#define FB_REV_NO "0"
#define FB_BUILD_NO "30410"
#define FB_BUILD_NO "30416"
#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=30410
BuildNum=30416
NowAt=`pwd`
cd `dirname $0`