mirror of
https://github.com/FirebirdSQL/firebird.git
synced 2025-01-23 06:03:02 +01:00
nightly update
This commit is contained in:
parent
f432739e3e
commit
dac258fe09
@ -1,3 +1,7 @@
|
||||
2012-04-16 15:17 hvlad
|
||||
M src/remote/inet.cpp
|
||||
Fixed bug CORE-3819 : Wrong service name to port address resolution in database connection string
|
||||
|
||||
2012-04-13 09:11 dimitr
|
||||
M src/dsql/ExprNodes.cpp
|
||||
Additional fix for CORE-3807. Otherwise, _utf8 'A' is considered equal to _win1251 'ABCD' etc. The original code didn't check for charsets/collations but IMHO this was wrong.
|
||||
|
@ -3,16 +3,16 @@
|
||||
*** DO NOT EDIT ***
|
||||
TO CHANGE ANY INFORMATION IN HERE PLEASE
|
||||
EDIT src/misc/writeBuildNum.sh
|
||||
FORMAL BUILD NUMBER:29933
|
||||
FORMAL BUILD NUMBER:29934
|
||||
*/
|
||||
|
||||
#define PRODUCT_VER_STRING "3.0.0.29933"
|
||||
#define FILE_VER_STRING "WI-T3.0.0.29933"
|
||||
#define LICENSE_VER_STRING "WI-T3.0.0.29933"
|
||||
#define FILE_VER_NUMBER 3, 0, 0, 29933
|
||||
#define PRODUCT_VER_STRING "3.0.0.29934"
|
||||
#define FILE_VER_STRING "WI-T3.0.0.29934"
|
||||
#define LICENSE_VER_STRING "WI-T3.0.0.29934"
|
||||
#define FILE_VER_NUMBER 3, 0, 0, 29934
|
||||
#define FB_MAJOR_VER "3"
|
||||
#define FB_MINOR_VER "0"
|
||||
#define FB_REV_NO "0"
|
||||
#define FB_BUILD_NO "29933"
|
||||
#define FB_BUILD_NO "29934"
|
||||
#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=29933
|
||||
BuildNum=29934
|
||||
|
||||
NowAt=`pwd`
|
||||
cd `dirname $0`
|
||||
|
Loading…
Reference in New Issue
Block a user