mirror of
https://github.com/FirebirdSQL/firebird.git
synced 2025-01-23 00:43:02 +01:00
nightly update
This commit is contained in:
parent
dc8e42e9bb
commit
e29fe3ecb5
27
ChangeLog
27
ChangeLog
@ -1,3 +1,30 @@
|
||||
2013-01-29 01:21 asfernandes
|
||||
M examples/udr/UdrCppExample.cpp
|
||||
M lang_helpers/gds_codes.ftn
|
||||
M lang_helpers/gds_codes.pas
|
||||
M src/dsql/ExprNodes.cpp
|
||||
M src/include/firebird/ExternalEngine.h
|
||||
M src/include/firebird/Message.h
|
||||
M src/include/firebird/UdrCppEngine.h
|
||||
M src/include/firebird/UdrEngine.h
|
||||
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/ExtEngineManager.cpp
|
||||
M src/jrd/ExtEngineManager.h
|
||||
M src/jrd/Function.epp
|
||||
M src/jrd/dfw.epp
|
||||
M src/jrd/jrd.cpp
|
||||
M src/jrd/met.epp
|
||||
M src/jrd/met_proto.h
|
||||
M src/msgs/facilities2.sql
|
||||
M src/msgs/messages2.sql
|
||||
M src/msgs/system_errors2.sql
|
||||
M src/plugins/udr_engine/UdrEngine.cpp
|
||||
Migrate external triggers to the new message-based style.
|
||||
|
||||
2013-01-25 13:01 dimitr
|
||||
M src/jrd/extds/ExtDS.cpp
|
||||
M src/jrd/extds/ExtDS.h
|
||||
|
@ -3,16 +3,16 @@
|
||||
*** DO NOT EDIT ***
|
||||
TO CHANGE ANY INFORMATION IN HERE PLEASE
|
||||
EDIT src/misc/writeBuildNum.sh
|
||||
FORMAL BUILD NUMBER:30202
|
||||
FORMAL BUILD NUMBER:30203
|
||||
*/
|
||||
|
||||
#define PRODUCT_VER_STRING "3.0.0.30202"
|
||||
#define FILE_VER_STRING "WI-T3.0.0.30202"
|
||||
#define LICENSE_VER_STRING "WI-T3.0.0.30202"
|
||||
#define FILE_VER_NUMBER 3, 0, 0, 30202
|
||||
#define PRODUCT_VER_STRING "3.0.0.30203"
|
||||
#define FILE_VER_STRING "WI-T3.0.0.30203"
|
||||
#define LICENSE_VER_STRING "WI-T3.0.0.30203"
|
||||
#define FILE_VER_NUMBER 3, 0, 0, 30203
|
||||
#define FB_MAJOR_VER "3"
|
||||
#define FB_MINOR_VER "0"
|
||||
#define FB_REV_NO "0"
|
||||
#define FB_BUILD_NO "30202"
|
||||
#define FB_BUILD_NO "30203"
|
||||
#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=30202
|
||||
BuildNum=30203
|
||||
|
||||
NowAt=`pwd`
|
||||
cd `dirname $0`
|
||||
|
Loading…
Reference in New Issue
Block a user