mirror of
https://github.com/FirebirdSQL/firebird.git
synced 2025-01-23 18:03:04 +01:00
nightly update
This commit is contained in:
parent
dfd62ed1ab
commit
5eb9570d14
@ -1,3 +1,7 @@
|
||||
2010-11-18 16:19 alexpeshkoff
|
||||
M src/burp/mvol.cpp
|
||||
Misc
|
||||
|
||||
2010-11-13 06:40 dimitr
|
||||
M src/jrd/isc_file.cpp
|
||||
This is a poor man's extension to the solution for CORE-1038 (Remote shadows on NT-based systems) that's expected to fix CORE-3059 (RemoteFileOpenAbility fails on Windows).
|
||||
|
@ -3,16 +3,16 @@
|
||||
*** DO NOT EDIT ***
|
||||
TO CHANGE ANY INFORMATION IN HERE PLEASE
|
||||
EDIT src/misc/writeBuildNum.sh
|
||||
FORMAL BUILD NUMBER:26130
|
||||
FORMAL BUILD NUMBER:26131
|
||||
*/
|
||||
|
||||
#define PRODUCT_VER_STRING "2.5.0.26130"
|
||||
#define FILE_VER_STRING "WI-V2.5.0.26130"
|
||||
#define LICENSE_VER_STRING "WI-V2.5.0.26130"
|
||||
#define FILE_VER_NUMBER 2, 5, 0, 26130
|
||||
#define PRODUCT_VER_STRING "2.5.0.26131"
|
||||
#define FILE_VER_STRING "WI-V2.5.0.26131"
|
||||
#define LICENSE_VER_STRING "WI-V2.5.0.26131"
|
||||
#define FILE_VER_NUMBER 2, 5, 0, 26131
|
||||
#define FB_MAJOR_VER "2"
|
||||
#define FB_MINOR_VER "5"
|
||||
#define FB_REV_NO "0"
|
||||
#define FB_BUILD_NO "26130"
|
||||
#define FB_BUILD_NO "26131"
|
||||
#define FB_BUILD_TYPE "V"
|
||||
#define FB_BUILD_SUFFIX "Firebird 2.5"
|
||||
|
@ -9,7 +9,7 @@ BuildType=V
|
||||
MajorVer=2
|
||||
MinorVer=5
|
||||
RevNo=0
|
||||
BuildNum=26130
|
||||
BuildNum=26131
|
||||
|
||||
if [ "$SPECIAL_BUILD_SUFFIX" = "" ]; then
|
||||
# Normal builds
|
||||
|
Loading…
Reference in New Issue
Block a user