mirror of
https://github.com/FirebirdSQL/firebird.git
synced 2025-01-23 04:43:03 +01:00
nightly update
This commit is contained in:
parent
b956356922
commit
641d1ec312
37
ChangeLog
37
ChangeLog
@ -1,3 +1,40 @@
|
||||
2011-11-22 16:33 asfernandes
|
||||
M builds/win32/msvc10/engine.vcxproj
|
||||
M builds/win32/msvc10/engine.vcxproj.filters
|
||||
M builds/win32/msvc8/engine.vcproj
|
||||
M builds/win32/msvc9/engine.vcproj
|
||||
M builds/win32/preprocess.bat
|
||||
M lang_helpers/gds_codes.ftn
|
||||
M lang_helpers/gds_codes.pas
|
||||
M src/common/classes/MetaName.h
|
||||
M src/dsql/BlrWriter.cpp
|
||||
M src/dsql/BlrWriter.h
|
||||
M src/dsql/DdlNodes.epp
|
||||
M src/dsql/DdlNodes.h
|
||||
M src/dsql/Nodes.h
|
||||
M src/dsql/Parser.h
|
||||
M src/dsql/ddl.cpp
|
||||
M src/dsql/dsql.h
|
||||
M src/dsql/node.h
|
||||
M src/dsql/parse.y
|
||||
M src/dsql/pass1.cpp
|
||||
M src/include/gen/codetext.h
|
||||
M src/include/gen/iberror.h
|
||||
M src/include/gen/msgs.h
|
||||
M src/include/gen/sql_code.h
|
||||
M src/include/gen/sql_state.h
|
||||
M src/jrd/drq.h
|
||||
M src/jrd/dyn.epp
|
||||
M src/jrd/dyn_def.epp
|
||||
M src/jrd/dyn_df_proto.h
|
||||
D src/jrd/dyn_md_proto.h
|
||||
D src/jrd/dyn_mod.epp
|
||||
M src/jrd/dyn_util.epp
|
||||
M src/msgs/facilities2.sql
|
||||
M src/msgs/messages2.sql
|
||||
M src/msgs/system_errors2.sql
|
||||
DDL refactor: ALTER EXTERNAL FUNCTION, ALTER INDEX, SET STATISTICS, CREATE SHADOW, ALTER ROLE, CREATE/ALTER DATABASE.
|
||||
|
||||
2011-11-18 01:07 asfernandes
|
||||
M src/burp/backup.epp
|
||||
M src/burp/canonical.cpp
|
||||
|
@ -3,16 +3,16 @@
|
||||
*** DO NOT EDIT ***
|
||||
TO CHANGE ANY INFORMATION IN HERE PLEASE
|
||||
EDIT src/misc/writeBuildNum.sh
|
||||
FORMAL BUILD NUMBER:29618
|
||||
FORMAL BUILD NUMBER:29619
|
||||
*/
|
||||
|
||||
#define PRODUCT_VER_STRING "3.0.0.29618"
|
||||
#define FILE_VER_STRING "WI-T3.0.0.29618"
|
||||
#define LICENSE_VER_STRING "WI-T3.0.0.29618"
|
||||
#define FILE_VER_NUMBER 3, 0, 0, 29618
|
||||
#define PRODUCT_VER_STRING "3.0.0.29619"
|
||||
#define FILE_VER_STRING "WI-T3.0.0.29619"
|
||||
#define LICENSE_VER_STRING "WI-T3.0.0.29619"
|
||||
#define FILE_VER_NUMBER 3, 0, 0, 29619
|
||||
#define FB_MAJOR_VER "3"
|
||||
#define FB_MINOR_VER "0"
|
||||
#define FB_REV_NO "0"
|
||||
#define FB_BUILD_NO "29618"
|
||||
#define FB_BUILD_NO "29619"
|
||||
#define FB_BUILD_TYPE "T"
|
||||
#define FB_BUILD_SUFFIX "Firebird 3.0 Unstable"
|
||||
|
@ -9,7 +9,7 @@ BuildType=T
|
||||
MajorVer=3
|
||||
MinorVer=0
|
||||
RevNo=0
|
||||
BuildNum=29618
|
||||
BuildNum=29619
|
||||
|
||||
NowAt=`pwd`
|
||||
cd `dirname $0`
|
||||
|
Loading…
Reference in New Issue
Block a user