mirror of
https://github.com/FirebirdSQL/firebird.git
synced 2025-01-23 10:43:03 +01:00
nightly update
This commit is contained in:
parent
5851f7e8d3
commit
18b877f250
14
ChangeLog
14
ChangeLog
@ -1,3 +1,17 @@
|
||||
2014-07-27 23:33 asfernandes
|
||||
M src/common/isc_file.cpp
|
||||
M src/jrd/recsrc/HashJoin.cpp
|
||||
Warnings.
|
||||
|
||||
2014-07-27 03:05 asfernandes
|
||||
M doc/sql.extensions/README.ddl.txt
|
||||
M src/common/classes/QualifiedName.h
|
||||
M src/dsql/DdlNodes.epp
|
||||
M src/dsql/DdlNodes.h
|
||||
M src/dsql/parse.y
|
||||
M src/isql/show.epp
|
||||
Improvement CORE-4484 - Description (COMMENT ON) for package procedures and functions, and its parameters.
|
||||
|
||||
2014-07-24 19:37 dimitr
|
||||
M src/jrd/Optimizer.cpp
|
||||
M src/jrd/opt.cpp
|
||||
|
@ -3,16 +3,16 @@
|
||||
*** DO NOT EDIT ***
|
||||
TO CHANGE ANY INFORMATION IN HERE PLEASE
|
||||
EDIT src/misc/writeBuildNum.sh
|
||||
FORMAL BUILD NUMBER:31250
|
||||
FORMAL BUILD NUMBER:31252
|
||||
*/
|
||||
|
||||
#define PRODUCT_VER_STRING "3.0.0.31250"
|
||||
#define FILE_VER_STRING "WI-T3.0.0.31250"
|
||||
#define LICENSE_VER_STRING "WI-T3.0.0.31250"
|
||||
#define FILE_VER_NUMBER 3, 0, 0, 31250
|
||||
#define PRODUCT_VER_STRING "3.0.0.31252"
|
||||
#define FILE_VER_STRING "WI-T3.0.0.31252"
|
||||
#define LICENSE_VER_STRING "WI-T3.0.0.31252"
|
||||
#define FILE_VER_NUMBER 3, 0, 0, 31252
|
||||
#define FB_MAJOR_VER "3"
|
||||
#define FB_MINOR_VER "0"
|
||||
#define FB_REV_NO "0"
|
||||
#define FB_BUILD_NO "31250"
|
||||
#define FB_BUILD_NO "31252"
|
||||
#define FB_BUILD_TYPE "T"
|
||||
#define FB_BUILD_SUFFIX "Firebird 3.0 Alpha 2"
|
||||
|
@ -9,7 +9,7 @@ BuildType=T
|
||||
MajorVer=3
|
||||
MinorVer=0
|
||||
RevNo=0
|
||||
BuildNum=31250
|
||||
BuildNum=31252
|
||||
|
||||
NowAt=`pwd`
|
||||
cd `dirname $0`
|
||||
|
Loading…
Reference in New Issue
Block a user