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
b11ac98c96
commit
aae29ee8b7
@ -1,3 +1,7 @@
|
||||
2012-04-19 05:14 alexpeshkoff
|
||||
M src/remote/inet.cpp
|
||||
fixed posix build
|
||||
|
||||
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
|
||||
|
@ -3,16 +3,16 @@
|
||||
*** DO NOT EDIT ***
|
||||
TO CHANGE ANY INFORMATION IN HERE PLEASE
|
||||
EDIT src/misc/writeBuildNum.sh
|
||||
FORMAL BUILD NUMBER:29934
|
||||
FORMAL BUILD NUMBER:29935
|
||||
*/
|
||||
|
||||
#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 PRODUCT_VER_STRING "3.0.0.29935"
|
||||
#define FILE_VER_STRING "WI-T3.0.0.29935"
|
||||
#define LICENSE_VER_STRING "WI-T3.0.0.29935"
|
||||
#define FILE_VER_NUMBER 3, 0, 0, 29935
|
||||
#define FB_MAJOR_VER "3"
|
||||
#define FB_MINOR_VER "0"
|
||||
#define FB_REV_NO "0"
|
||||
#define FB_BUILD_NO "29934"
|
||||
#define FB_BUILD_NO "29935"
|
||||
#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=29934
|
||||
BuildNum=29935
|
||||
|
||||
NowAt=`pwd`
|
||||
cd `dirname $0`
|
||||
|
Loading…
Reference in New Issue
Block a user