mirror of
https://github.com/FirebirdSQL/firebird.git
synced 2025-01-22 17:23:03 +01:00
nightly update
This commit is contained in:
parent
91c1108608
commit
8d1cbc7e32
35
ChangeLog
35
ChangeLog
@ -1,3 +1,38 @@
|
||||
2015-03-22 22:43 hvlad
|
||||
M src/jrd/os/win32/winnt.cpp
|
||||
M src/remote/SockAddr.h
|
||||
M src/remote/os/win32/wnet.cpp
|
||||
Fixed Windows build
|
||||
|
||||
2015-03-22 22:42 hvlad
|
||||
M builds/win32/msvc10/qli.vcxproj
|
||||
M builds/win32/msvc10/qli.vcxproj.filters
|
||||
Update MSVC10 build after recent changes
|
||||
|
||||
2015-03-22 22:40 hvlad
|
||||
M builds/win32/msvc12/common.vcxproj
|
||||
M builds/win32/msvc12/common.vcxproj.filters
|
||||
M builds/win32/msvc12/engine.vcxproj
|
||||
M builds/win32/msvc12/engine.vcxproj.filters
|
||||
M builds/win32/msvc12/qli.vcxproj
|
||||
M builds/win32/msvc12/qli.vcxproj.filters
|
||||
Update MSVC12 build after recent changes
|
||||
|
||||
2015-03-22 14:27 mkubecek
|
||||
M src/common/config/config.cpp
|
||||
fix default security database location
|
||||
|
||||
2015-03-22 14:26 mkubecek
|
||||
M src/remote/SockAddr.h
|
||||
class SockAddr code cleanup
|
||||
|
||||
2015-03-22 00:23 robocop
|
||||
M src/include/firebird/Interface.h
|
||||
M src/jrd/Routine.cpp
|
||||
M src/jrd/extds/IscDS.cpp
|
||||
M src/jrd/svc.cpp
|
||||
Misc.
|
||||
|
||||
2015-03-21 18:39 asfernandes
|
||||
M src/common/DynamicStrings.h
|
||||
Fix clang build.
|
||||
|
@ -3,16 +3,16 @@
|
||||
*** DO NOT EDIT ***
|
||||
TO CHANGE ANY INFORMATION IN HERE PLEASE
|
||||
EDIT src/misc/writeBuildNum.sh
|
||||
FORMAL BUILD NUMBER:31727
|
||||
FORMAL BUILD NUMBER:31733
|
||||
*/
|
||||
|
||||
#define PRODUCT_VER_STRING "3.0.0.31727"
|
||||
#define FILE_VER_STRING "WI-T3.0.0.31727"
|
||||
#define LICENSE_VER_STRING "WI-T3.0.0.31727"
|
||||
#define FILE_VER_NUMBER 3, 0, 0, 31727
|
||||
#define PRODUCT_VER_STRING "3.0.0.31733"
|
||||
#define FILE_VER_STRING "WI-T3.0.0.31733"
|
||||
#define LICENSE_VER_STRING "WI-T3.0.0.31733"
|
||||
#define FILE_VER_NUMBER 3, 0, 0, 31733
|
||||
#define FB_MAJOR_VER "3"
|
||||
#define FB_MINOR_VER "0"
|
||||
#define FB_REV_NO "0"
|
||||
#define FB_BUILD_NO "31727"
|
||||
#define FB_BUILD_NO "31733"
|
||||
#define FB_BUILD_TYPE "T"
|
||||
#define FB_BUILD_SUFFIX "Firebird 3.0 Beta 2"
|
||||
|
@ -9,7 +9,7 @@ BuildType=T
|
||||
MajorVer=3
|
||||
MinorVer=0
|
||||
RevNo=0
|
||||
BuildNum=31727
|
||||
BuildNum=31733
|
||||
|
||||
NowAt=`pwd`
|
||||
cd `dirname $0`
|
||||
|
Loading…
Reference in New Issue
Block a user