mirror of
https://github.com/FirebirdSQL/firebird.git
synced 2025-01-22 20:43:02 +01:00
nightly update
This commit is contained in:
parent
f8b57e7ee6
commit
229baef123
@ -1,3 +1,11 @@
|
||||
2013-06-09 02:30 asfernandes
|
||||
M src/include/firebird/UdrCppEngine.h
|
||||
Correct UDR headers for when Firebird namespace is not 'used'.
|
||||
|
||||
2013-06-09 02:07 asfernandes
|
||||
M doc/sql.extensions/README.window_functions.txt
|
||||
Correction.
|
||||
|
||||
2013-06-07 10:41 alexpeshkoff
|
||||
M src/burp/burp.cpp
|
||||
M src/burp/restore.epp
|
||||
|
@ -3,16 +3,16 @@
|
||||
*** DO NOT EDIT ***
|
||||
TO CHANGE ANY INFORMATION IN HERE PLEASE
|
||||
EDIT src/misc/writeBuildNum.sh
|
||||
FORMAL BUILD NUMBER:30441
|
||||
FORMAL BUILD NUMBER:30443
|
||||
*/
|
||||
|
||||
#define PRODUCT_VER_STRING "3.0.0.30441"
|
||||
#define FILE_VER_STRING "WI-T3.0.0.30441"
|
||||
#define LICENSE_VER_STRING "WI-T3.0.0.30441"
|
||||
#define FILE_VER_NUMBER 3, 0, 0, 30441
|
||||
#define PRODUCT_VER_STRING "3.0.0.30443"
|
||||
#define FILE_VER_STRING "WI-T3.0.0.30443"
|
||||
#define LICENSE_VER_STRING "WI-T3.0.0.30443"
|
||||
#define FILE_VER_NUMBER 3, 0, 0, 30443
|
||||
#define FB_MAJOR_VER "3"
|
||||
#define FB_MINOR_VER "0"
|
||||
#define FB_REV_NO "0"
|
||||
#define FB_BUILD_NO "30441"
|
||||
#define FB_BUILD_NO "30443"
|
||||
#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=30441
|
||||
BuildNum=30443
|
||||
|
||||
NowAt=`pwd`
|
||||
cd `dirname $0`
|
||||
|
Loading…
Reference in New Issue
Block a user