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
7d2568566f
commit
e8658272ee
@ -1,3 +1,11 @@
|
||||
2014-11-20 21:16 mkubecek
|
||||
M src/remote/inet.cpp
|
||||
Fix MSVC build (it does not define EAI_ADDRFAMILY)
|
||||
|
||||
2014-11-20 09:41 mkubecek
|
||||
M src/remote/inet.cpp
|
||||
Fix server address resolution on systems with IPv6 support missing or disabled
|
||||
|
||||
2014-11-17 22:32 hvlad
|
||||
A builds/win32/msvc12
|
||||
A builds/win32/msvc12/DllNoEmbedManifest.props
|
||||
|
@ -3,16 +3,16 @@
|
||||
*** DO NOT EDIT ***
|
||||
TO CHANGE ANY INFORMATION IN HERE PLEASE
|
||||
EDIT src/misc/writeBuildNum.sh
|
||||
FORMAL BUILD NUMBER:31439
|
||||
FORMAL BUILD NUMBER:31441
|
||||
*/
|
||||
|
||||
#define PRODUCT_VER_STRING "3.0.0.31439"
|
||||
#define FILE_VER_STRING "WI-T3.0.0.31439"
|
||||
#define LICENSE_VER_STRING "WI-T3.0.0.31439"
|
||||
#define FILE_VER_NUMBER 3, 0, 0, 31439
|
||||
#define PRODUCT_VER_STRING "3.0.0.31441"
|
||||
#define FILE_VER_STRING "WI-T3.0.0.31441"
|
||||
#define LICENSE_VER_STRING "WI-T3.0.0.31441"
|
||||
#define FILE_VER_NUMBER 3, 0, 0, 31441
|
||||
#define FB_MAJOR_VER "3"
|
||||
#define FB_MINOR_VER "0"
|
||||
#define FB_REV_NO "0"
|
||||
#define FB_BUILD_NO "31439"
|
||||
#define FB_BUILD_NO "31441"
|
||||
#define FB_BUILD_TYPE "T"
|
||||
#define FB_BUILD_SUFFIX "Firebird 3.0 Beta 1"
|
||||
|
@ -9,7 +9,7 @@ BuildType=T
|
||||
MajorVer=3
|
||||
MinorVer=0
|
||||
RevNo=0
|
||||
BuildNum=31439
|
||||
BuildNum=31441
|
||||
|
||||
NowAt=`pwd`
|
||||
cd `dirname $0`
|
||||
|
Loading…
Reference in New Issue
Block a user