8
0
mirror of https://github.com/FirebirdSQL/firebird.git synced 2025-01-22 20:03:02 +01:00

nightly update

This commit is contained in:
firebirds 2015-02-14 00:13:55 +00:00
parent 8ef8c8b643
commit e280bca0f9
3 changed files with 14 additions and 7 deletions

View File

@ -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
M builds/cmake/BuildFunctions.cmake
M src/CMakeLists.txt

View File

@ -3,16 +3,16 @@
*** DO NOT EDIT ***
TO CHANGE ANY INFORMATION IN HERE PLEASE
EDIT src/misc/writeBuildNum.sh
FORMAL BUILD NUMBER:31642
FORMAL BUILD NUMBER:31643
*/
#define PRODUCT_VER_STRING "3.0.0.31642"
#define FILE_VER_STRING "WI-T3.0.0.31642"
#define LICENSE_VER_STRING "WI-T3.0.0.31642"
#define FILE_VER_NUMBER 3, 0, 0, 31642
#define PRODUCT_VER_STRING "3.0.0.31643"
#define FILE_VER_STRING "WI-T3.0.0.31643"
#define LICENSE_VER_STRING "WI-T3.0.0.31643"
#define FILE_VER_NUMBER 3, 0, 0, 31643
#define FB_MAJOR_VER "3"
#define FB_MINOR_VER "0"
#define FB_REV_NO "0"
#define FB_BUILD_NO "31642"
#define FB_BUILD_NO "31643"
#define FB_BUILD_TYPE "T"
#define FB_BUILD_SUFFIX "Firebird 3.0 Beta 2"

View File

@ -9,7 +9,7 @@ BuildType=T
MajorVer=3
MinorVer=0
RevNo=0
BuildNum=31642
BuildNum=31643
NowAt=`pwd`
cd `dirname $0`