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

nightly update

This commit is contained in:
firebirds 2014-06-27 01:27:14 +00:00
parent a4223dc56e
commit 7398a42c24
3 changed files with 16 additions and 8 deletions

View File

@ -1,3 +1,11 @@
2014-06-26 17:23 hvlad
M src/jrd/print.cpp
Fixed compilation errors
2014-06-26 09:11 paulbeach
M src/jrd/sdl.cpp
Correct a problem with previous commit
2014-02-24 08:58 paulbeach
M src/gpre/gpre.cpp
M src/jrd/sdl.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:5039
FORMAL BUILD NUMBER:5041
*/
#define PRODUCT_VER_STRING "1.5.6.5039"
#define FILE_VER_STRING "WI-V1.5.6.5039"
#define LICENSE_VER_STRING "WI-V1.5.6.5039"
#define FILE_VER_NUMBER 1, 5, 6, 5039
#define PRODUCT_VER_STRING "1.5.6.5041"
#define FILE_VER_STRING "WI-V1.5.6.5041"
#define LICENSE_VER_STRING "WI-V1.5.6.5041"
#define FILE_VER_NUMBER 1, 5, 6, 5041
#define FB_MAJOR_VER "1"
#define FB_MINOR_VER "5"
#define FB_REV_NO "6"
#define FB_BUILD_NO "5039"
#define FB_BUILD_NO "5041"
#define FB_BUILD_TYPE "V"
#define FB_BUILD_SUFFIX "Firebird 1.5"

View File

@ -9,7 +9,7 @@ BuildType=V
MajorVer=1
MinorVer=5
RevNo=6
BuildNum=5039
BuildNum=5041
if [ "$SPECIAL_BUILD_SUFFIX" = "" ]; then
# Normal builds
@ -91,7 +91,7 @@ cat >$1 <<eof
MajorVer = $MajorVer
MinorVer = $MinorVer
RevNo = $RevNo
BuildNum=5039
BuildNum=5041
BuildType = $BuildType
BuildSuffix = $BuildSuffix