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

nightly update

This commit is contained in:
firebirds 2015-06-13 00:10:03 +00:00
parent c55d3f5033
commit 4bc31ff59b
3 changed files with 17 additions and 7 deletions

View File

@ -1,3 +1,13 @@
2015-06-12 14:32 egorpugin
M .travis.yml
M README.md
A travis.sh
[ci] Initial travis-ci config.
2015-06-12 09:06 paulbeach
M src/common/ThreadStart.cpp
Stack size too small on HPPA and Itanium
2015-06-11 06:42 robocop
M src/common/Tokens.cpp
M src/common/utils.cpp

View File

@ -3,16 +3,16 @@
*** DO NOT EDIT ***
TO CHANGE ANY INFORMATION IN HERE PLEASE
EDIT src/misc/writeBuildNum.sh
FORMAL BUILD NUMBER:31877
FORMAL BUILD NUMBER:31879
*/
#define PRODUCT_VER_STRING "3.0.0.31877"
#define FILE_VER_STRING "WI-T3.0.0.31877"
#define LICENSE_VER_STRING "WI-T3.0.0.31877"
#define FILE_VER_NUMBER 3, 0, 0, 31877
#define PRODUCT_VER_STRING "3.0.0.31879"
#define FILE_VER_STRING "WI-T3.0.0.31879"
#define LICENSE_VER_STRING "WI-T3.0.0.31879"
#define FILE_VER_NUMBER 3, 0, 0, 31879
#define FB_MAJOR_VER "3"
#define FB_MINOR_VER "0"
#define FB_REV_NO "0"
#define FB_BUILD_NO "31877"
#define FB_BUILD_NO "31879"
#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=31877
BuildNum=31879
NowAt=`pwd`
cd `dirname $0`