mirror of
https://github.com/FirebirdSQL/firebird.git
synced 2025-02-02 09:20:39 +01:00
nightly update
This commit is contained in:
parent
2227426f2e
commit
439fac187a
11
ChangeLog
11
ChangeLog
@ -1,3 +1,14 @@
|
||||
2010-10-03 00:50 asfernandes
|
||||
M src/dsql/BoolNodes.cpp
|
||||
M src/dsql/ExprNodes.cpp
|
||||
M src/jrd/Collation.cpp
|
||||
M src/jrd/Collation.h
|
||||
M src/jrd/SimilarToMatcher.h
|
||||
M src/jrd/intl_classes.h
|
||||
M src/utilities/ntrace/TraceConfiguration.cpp
|
||||
M src/utilities/ntrace/TracePluginImpl.cpp
|
||||
Sub-task CORE-3147 - Fix SUBSTRING(SIMILAR) in regard to initial and final shortest matching specified in the standard
|
||||
|
||||
2010-09-30 15:40 asfernandes
|
||||
M src/jrd/SimilarToMatcher.h
|
||||
Improve the debug log
|
||||
|
@ -3,16 +3,16 @@
|
||||
*** DO NOT EDIT ***
|
||||
TO CHANGE ANY INFORMATION IN HERE PLEASE
|
||||
EDIT src/misc/writeBuildNum.sh
|
||||
FORMAL BUILD NUMBER:28746
|
||||
FORMAL BUILD NUMBER:28747
|
||||
*/
|
||||
|
||||
#define PRODUCT_VER_STRING "3.0.0.28746"
|
||||
#define FILE_VER_STRING "WI-T3.0.0.28746"
|
||||
#define LICENSE_VER_STRING "WI-T3.0.0.28746"
|
||||
#define FILE_VER_NUMBER 3, 0, 0, 28746
|
||||
#define PRODUCT_VER_STRING "3.0.0.28747"
|
||||
#define FILE_VER_STRING "WI-T3.0.0.28747"
|
||||
#define LICENSE_VER_STRING "WI-T3.0.0.28747"
|
||||
#define FILE_VER_NUMBER 3, 0, 0, 28747
|
||||
#define FB_MAJOR_VER "3"
|
||||
#define FB_MINOR_VER "0"
|
||||
#define FB_REV_NO "0"
|
||||
#define FB_BUILD_NO "28746"
|
||||
#define FB_BUILD_NO "28747"
|
||||
#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=28746
|
||||
BuildNum=28747
|
||||
|
||||
if [ "$SPECIAL_BUILD_SUFFIX" = "" ]; then
|
||||
# Normal builds
|
||||
|
Loading…
Reference in New Issue
Block a user