mirror of
https://github.com/FirebirdSQL/firebird.git
synced 2025-02-02 10:00:38 +01:00
nightly update
This commit is contained in:
parent
add3d8ddef
commit
1bd25b63b9
11
ChangeLog
11
ChangeLog
@ -1,3 +1,14 @@
|
||||
2011-06-08 01:55 asfernandes
|
||||
M src/jrd/dpm.epp
|
||||
M src/jrd/vio.cpp
|
||||
M src/remote/client/interface.cpp
|
||||
Misc.
|
||||
|
||||
2011-06-07 12:59 hvlad
|
||||
M src/common/Auth.cpp
|
||||
M src/remote/server/server.cpp
|
||||
Make TA work with 2.1 clients and not crash. Thanks to Alex.
|
||||
|
||||
2011-06-06 02:58 asfernandes
|
||||
M src/jrd/cvt.cpp
|
||||
Fixed CORE-3373 - It is possible to store string with lenght 31 chars into column varchar(25).
|
||||
|
@ -3,16 +3,16 @@
|
||||
*** DO NOT EDIT ***
|
||||
TO CHANGE ANY INFORMATION IN HERE PLEASE
|
||||
EDIT src/misc/writeBuildNum.sh
|
||||
FORMAL BUILD NUMBER:29436
|
||||
FORMAL BUILD NUMBER:29438
|
||||
*/
|
||||
|
||||
#define PRODUCT_VER_STRING "3.0.0.29436"
|
||||
#define FILE_VER_STRING "WI-T3.0.0.29436"
|
||||
#define LICENSE_VER_STRING "WI-T3.0.0.29436"
|
||||
#define FILE_VER_NUMBER 3, 0, 0, 29436
|
||||
#define PRODUCT_VER_STRING "3.0.0.29438"
|
||||
#define FILE_VER_STRING "WI-T3.0.0.29438"
|
||||
#define LICENSE_VER_STRING "WI-T3.0.0.29438"
|
||||
#define FILE_VER_NUMBER 3, 0, 0, 29438
|
||||
#define FB_MAJOR_VER "3"
|
||||
#define FB_MINOR_VER "0"
|
||||
#define FB_REV_NO "0"
|
||||
#define FB_BUILD_NO "29436"
|
||||
#define FB_BUILD_NO "29438"
|
||||
#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=29436
|
||||
BuildNum=29438
|
||||
|
||||
NowAt=`pwd`
|
||||
cd `dirname $0`
|
||||
|
Loading…
Reference in New Issue
Block a user