mirror of
https://github.com/FirebirdSQL/firebird.git
synced 2025-01-23 04:43:03 +01:00
nightly update
This commit is contained in:
parent
9394fea3ab
commit
37c48d2e7e
@ -1,3 +1,8 @@
|
||||
2012-01-05 01:07 asfernandes
|
||||
M src/common/os/posix/SyncSignals.cpp
|
||||
M src/remote/server/os/win32/srvr_w32.cpp
|
||||
Misc.
|
||||
|
||||
2012-01-03 18:26 dimitr
|
||||
M src/remote/server/os/win32/window.cpp
|
||||
Totally misc.
|
||||
|
@ -3,16 +3,16 @@
|
||||
*** DO NOT EDIT ***
|
||||
TO CHANGE ANY INFORMATION IN HERE PLEASE
|
||||
EDIT src/misc/writeBuildNum.sh
|
||||
FORMAL BUILD NUMBER:29698
|
||||
FORMAL BUILD NUMBER:29699
|
||||
*/
|
||||
|
||||
#define PRODUCT_VER_STRING "3.0.0.29698"
|
||||
#define FILE_VER_STRING "WI-T3.0.0.29698"
|
||||
#define LICENSE_VER_STRING "WI-T3.0.0.29698"
|
||||
#define FILE_VER_NUMBER 3, 0, 0, 29698
|
||||
#define PRODUCT_VER_STRING "3.0.0.29699"
|
||||
#define FILE_VER_STRING "WI-T3.0.0.29699"
|
||||
#define LICENSE_VER_STRING "WI-T3.0.0.29699"
|
||||
#define FILE_VER_NUMBER 3, 0, 0, 29699
|
||||
#define FB_MAJOR_VER "3"
|
||||
#define FB_MINOR_VER "0"
|
||||
#define FB_REV_NO "0"
|
||||
#define FB_BUILD_NO "29698"
|
||||
#define FB_BUILD_NO "29699"
|
||||
#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=29698
|
||||
BuildNum=29699
|
||||
|
||||
NowAt=`pwd`
|
||||
cd `dirname $0`
|
||||
|
Loading…
Reference in New Issue
Block a user