mirror of
https://github.com/FirebirdSQL/firebird.git
synced 2025-01-23 02:03:04 +01:00
nightly update
This commit is contained in:
parent
8ef8c8b643
commit
e280bca0f9
@ -1,3 +1,10 @@
|
|||||||
|
2015-02-13 13:46 hvlad
|
||||||
|
M builds/win32/msvc10/legacy_auth.vcxproj
|
||||||
|
M builds/win32/msvc10/legacy_usermanager.vcxproj
|
||||||
|
M builds/win32/msvc12/legacy_auth.vcxproj
|
||||||
|
M builds/win32/msvc12/legacy_usermanager.vcxproj
|
||||||
|
This should fix msvc10 and msvc12 builds
|
||||||
|
|
||||||
2015-02-12 15:50 egorpugin
|
2015-02-12 15:50 egorpugin
|
||||||
M builds/cmake/BuildFunctions.cmake
|
M builds/cmake/BuildFunctions.cmake
|
||||||
M src/CMakeLists.txt
|
M src/CMakeLists.txt
|
||||||
|
@ -3,16 +3,16 @@
|
|||||||
*** DO NOT EDIT ***
|
*** DO NOT EDIT ***
|
||||||
TO CHANGE ANY INFORMATION IN HERE PLEASE
|
TO CHANGE ANY INFORMATION IN HERE PLEASE
|
||||||
EDIT src/misc/writeBuildNum.sh
|
EDIT src/misc/writeBuildNum.sh
|
||||||
FORMAL BUILD NUMBER:31642
|
FORMAL BUILD NUMBER:31643
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#define PRODUCT_VER_STRING "3.0.0.31642"
|
#define PRODUCT_VER_STRING "3.0.0.31643"
|
||||||
#define FILE_VER_STRING "WI-T3.0.0.31642"
|
#define FILE_VER_STRING "WI-T3.0.0.31643"
|
||||||
#define LICENSE_VER_STRING "WI-T3.0.0.31642"
|
#define LICENSE_VER_STRING "WI-T3.0.0.31643"
|
||||||
#define FILE_VER_NUMBER 3, 0, 0, 31642
|
#define FILE_VER_NUMBER 3, 0, 0, 31643
|
||||||
#define FB_MAJOR_VER "3"
|
#define FB_MAJOR_VER "3"
|
||||||
#define FB_MINOR_VER "0"
|
#define FB_MINOR_VER "0"
|
||||||
#define FB_REV_NO "0"
|
#define FB_REV_NO "0"
|
||||||
#define FB_BUILD_NO "31642"
|
#define FB_BUILD_NO "31643"
|
||||||
#define FB_BUILD_TYPE "T"
|
#define FB_BUILD_TYPE "T"
|
||||||
#define FB_BUILD_SUFFIX "Firebird 3.0 Beta 2"
|
#define FB_BUILD_SUFFIX "Firebird 3.0 Beta 2"
|
||||||
|
@ -9,7 +9,7 @@ BuildType=T
|
|||||||
MajorVer=3
|
MajorVer=3
|
||||||
MinorVer=0
|
MinorVer=0
|
||||||
RevNo=0
|
RevNo=0
|
||||||
BuildNum=31642
|
BuildNum=31643
|
||||||
|
|
||||||
NowAt=`pwd`
|
NowAt=`pwd`
|
||||||
cd `dirname $0`
|
cd `dirname $0`
|
||||||
|
Loading…
Reference in New Issue
Block a user