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

nightly update

This commit is contained in:
firebirds 2012-01-03 03:21:16 +00:00
parent b3cbdac808
commit 93e0756ddb
3 changed files with 17 additions and 7 deletions

View File

@ -1,3 +1,13 @@
2012-01-02 11:28 hvlad
M extern/libtommath/libtommath_MSVC10.sln
M extern/libtommath/libtommath_MSVC10.vcxproj
Correction
2012-01-02 11:14 hvlad
D builds/win32/msvc10/srp.filters
A builds/win32/msvc10/srp.vcxproj.filters (from /firebird/trunk/builds/win32/msvc10/srp.filters:53803)
Misc
2011-12-30 14:38 asfernandes
M doc/sql.extensions/README.builtin_functions.txt
M src/common/os/guid.h

View File

@ -3,16 +3,16 @@
*** DO NOT EDIT ***
TO CHANGE ANY INFORMATION IN HERE PLEASE
EDIT src/misc/writeBuildNum.sh
FORMAL BUILD NUMBER:29693
FORMAL BUILD NUMBER:29695
*/
#define PRODUCT_VER_STRING "3.0.0.29693"
#define FILE_VER_STRING "WI-T3.0.0.29693"
#define LICENSE_VER_STRING "WI-T3.0.0.29693"
#define FILE_VER_NUMBER 3, 0, 0, 29693
#define PRODUCT_VER_STRING "3.0.0.29695"
#define FILE_VER_STRING "WI-T3.0.0.29695"
#define LICENSE_VER_STRING "WI-T3.0.0.29695"
#define FILE_VER_NUMBER 3, 0, 0, 29695
#define FB_MAJOR_VER "3"
#define FB_MINOR_VER "0"
#define FB_REV_NO "0"
#define FB_BUILD_NO "29693"
#define FB_BUILD_NO "29695"
#define FB_BUILD_TYPE "T"
#define FB_BUILD_SUFFIX "Firebird 3.0 Unstable"

View File

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