mirror of
https://github.com/FirebirdSQL/firebird.git
synced 2025-01-23 00:43:02 +01:00
nightly update
This commit is contained in:
parent
3fe72eeede
commit
a63a336b38
14
ChangeLog
14
ChangeLog
@ -1,3 +1,17 @@
|
||||
2010-10-29 21:40 hvlad
|
||||
M builds/win32/msvc10/common.vcxproj
|
||||
M builds/win32/msvc10/remote.vcxproj
|
||||
M builds/win32/msvc10/yvalve.vcxproj
|
||||
Fixed linker warnings
|
||||
|
||||
2010-10-29 21:39 hvlad
|
||||
M builds/win32/msvc10/firebird2.props
|
||||
Switched on multi-processor compilation
|
||||
|
||||
2010-10-29 21:38 hvlad
|
||||
M builds/win32/make_boot.bat
|
||||
Fixed errors about missed ib_util.dll in firebird.log during boot build
|
||||
|
||||
2010-10-29 00:28 asfernandes
|
||||
M src/dsql/DdlNodes.epp
|
||||
M src/dsql/DdlNodes.h
|
||||
|
@ -3,16 +3,16 @@
|
||||
*** DO NOT EDIT ***
|
||||
TO CHANGE ANY INFORMATION IN HERE PLEASE
|
||||
EDIT src/misc/writeBuildNum.sh
|
||||
FORMAL BUILD NUMBER:28835
|
||||
FORMAL BUILD NUMBER:28838
|
||||
*/
|
||||
|
||||
#define PRODUCT_VER_STRING "3.0.0.28835"
|
||||
#define FILE_VER_STRING "WI-T3.0.0.28835"
|
||||
#define LICENSE_VER_STRING "WI-T3.0.0.28835"
|
||||
#define FILE_VER_NUMBER 3, 0, 0, 28835
|
||||
#define PRODUCT_VER_STRING "3.0.0.28838"
|
||||
#define FILE_VER_STRING "WI-T3.0.0.28838"
|
||||
#define LICENSE_VER_STRING "WI-T3.0.0.28838"
|
||||
#define FILE_VER_NUMBER 3, 0, 0, 28838
|
||||
#define FB_MAJOR_VER "3"
|
||||
#define FB_MINOR_VER "0"
|
||||
#define FB_REV_NO "0"
|
||||
#define FB_BUILD_NO "28835"
|
||||
#define FB_BUILD_NO "28838"
|
||||
#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=28835
|
||||
BuildNum=28838
|
||||
|
||||
NowAt=`pwd`
|
||||
cd `dirname $0`
|
||||
|
Loading…
Reference in New Issue
Block a user