mirror of
https://github.com/FirebirdSQL/firebird.git
synced 2025-01-23 06:03:02 +01:00
nightly update
This commit is contained in:
parent
c5e98f8b2b
commit
4884a4a1e6
@ -1,3 +1,7 @@
|
|||||||
|
2014-02-28 15:03 hvlad
|
||||||
|
M src/include/firebird/UdrEngine.h
|
||||||
|
Fixed Windows build
|
||||||
|
|
||||||
2014-02-27 16:42 mapopa
|
2014-02-27 16:42 mapopa
|
||||||
M builds/install/arch-specific/linux/README
|
M builds/install/arch-specific/linux/README
|
||||||
cleanup old text and links
|
cleanup old text and links
|
||||||
|
@ -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:30931
|
FORMAL BUILD NUMBER:30932
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#define PRODUCT_VER_STRING "3.0.0.30931"
|
#define PRODUCT_VER_STRING "3.0.0.30932"
|
||||||
#define FILE_VER_STRING "WI-T3.0.0.30931"
|
#define FILE_VER_STRING "WI-T3.0.0.30932"
|
||||||
#define LICENSE_VER_STRING "WI-T3.0.0.30931"
|
#define LICENSE_VER_STRING "WI-T3.0.0.30932"
|
||||||
#define FILE_VER_NUMBER 3, 0, 0, 30931
|
#define FILE_VER_NUMBER 3, 0, 0, 30932
|
||||||
#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 "30931"
|
#define FB_BUILD_NO "30932"
|
||||||
#define FB_BUILD_TYPE "T"
|
#define FB_BUILD_TYPE "T"
|
||||||
#define FB_BUILD_SUFFIX "Firebird 3.0 Alpha 2"
|
#define FB_BUILD_SUFFIX "Firebird 3.0 Alpha 2"
|
||||||
|
@ -9,7 +9,7 @@ BuildType=T
|
|||||||
MajorVer=3
|
MajorVer=3
|
||||||
MinorVer=0
|
MinorVer=0
|
||||||
RevNo=0
|
RevNo=0
|
||||||
BuildNum=30931
|
BuildNum=30932
|
||||||
|
|
||||||
NowAt=`pwd`
|
NowAt=`pwd`
|
||||||
cd `dirname $0`
|
cd `dirname $0`
|
||||||
|
Loading…
Reference in New Issue
Block a user