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

nightly update

This commit is contained in:
firebirds 2014-11-12 08:37:06 +00:00
parent 208adfc8b6
commit d78c926a65
3 changed files with 27 additions and 7 deletions

View File

@ -1,3 +1,23 @@
2014-11-11 16:52 mapopa
A builds/posix/prefix.linux_powerpc64el
add prefix file linux_powerpc64el
2014-11-11 16:44 mapopa
M configure.ac
add powerpc64le configure check , aarm64 is now packaged already in debian/ubuntu/fedora
2014-11-11 16:17 mapopa
M src/common/common.h
add PowerPc64el
2014-11-11 16:05 mapopa
M src/common/classes/DbImplementation.cpp
add PowerPC64el implementation
2014-11-11 15:08 mapopa
M src/common/classes/DbImplementation.cpp
Spell fix in comment
2014-11-10 14:45 asfernandes
M examples/dbcrypt/CryptKeyHolder.cpp
M examples/dbcrypt/DbCrypt.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:31401
FORMAL BUILD NUMBER:31406
*/
#define PRODUCT_VER_STRING "3.0.0.31401"
#define FILE_VER_STRING "WI-T3.0.0.31401"
#define LICENSE_VER_STRING "WI-T3.0.0.31401"
#define FILE_VER_NUMBER 3, 0, 0, 31401
#define PRODUCT_VER_STRING "3.0.0.31406"
#define FILE_VER_STRING "WI-T3.0.0.31406"
#define LICENSE_VER_STRING "WI-T3.0.0.31406"
#define FILE_VER_NUMBER 3, 0, 0, 31406
#define FB_MAJOR_VER "3"
#define FB_MINOR_VER "0"
#define FB_REV_NO "0"
#define FB_BUILD_NO "31401"
#define FB_BUILD_NO "31406"
#define FB_BUILD_TYPE "T"
#define FB_BUILD_SUFFIX "Firebird 3.0 Beta 1"

View File

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