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
6dab6f6f2a
commit
05c889098b
10
ChangeLog
10
ChangeLog
@ -1,3 +1,13 @@
|
||||
2013-01-10 15:01 paul_reeves
|
||||
M builds/install/arch-specific/win32/BuildExecutableInstall.bat
|
||||
Improve check for FBBUILD_FILENAME_SUFFIX env var
|
||||
|
||||
2013-01-10 14:59 paul_reeves
|
||||
M src/utilities/fbcpl/ctrlpan.cpp
|
||||
M src/utilities/fbcpl/ctrlpan.h
|
||||
Backport fix for CORE-4020
|
||||
Instantiate cpl applet methods with LPARAM instead of long.
|
||||
|
||||
2012-12-14 10:11 makowski
|
||||
M builds/install/arch-specific/linux/misc/firebird.init.d.mandrake.in
|
||||
Fixed CORE-4011: /etc/init.d/ script for Mageia and RedHat RH #886578
|
||||
|
@ -3,16 +3,16 @@
|
||||
*** DO NOT EDIT ***
|
||||
TO CHANGE ANY INFORMATION IN HERE PLEASE
|
||||
EDIT src/misc/writeBuildNum.sh
|
||||
FORMAL BUILD NUMBER:18510
|
||||
FORMAL BUILD NUMBER:18512
|
||||
*/
|
||||
|
||||
#define PRODUCT_VER_STRING "2.1.6.18510"
|
||||
#define FILE_VER_STRING "WI-V2.1.6.18510"
|
||||
#define LICENSE_VER_STRING "WI-V2.1.6.18510"
|
||||
#define FILE_VER_NUMBER 2, 1, 6, 18510
|
||||
#define PRODUCT_VER_STRING "2.1.6.18512"
|
||||
#define FILE_VER_STRING "WI-V2.1.6.18512"
|
||||
#define LICENSE_VER_STRING "WI-V2.1.6.18512"
|
||||
#define FILE_VER_NUMBER 2, 1, 6, 18512
|
||||
#define FB_MAJOR_VER "2"
|
||||
#define FB_MINOR_VER "1"
|
||||
#define FB_REV_NO "6"
|
||||
#define FB_BUILD_NO "18510"
|
||||
#define FB_BUILD_NO "18512"
|
||||
#define FB_BUILD_TYPE "V"
|
||||
#define FB_BUILD_SUFFIX "Firebird 2.1"
|
||||
|
@ -9,7 +9,7 @@ BuildType=V
|
||||
MajorVer=2
|
||||
MinorVer=1
|
||||
RevNo=6
|
||||
BuildNum=18510
|
||||
BuildNum=18512
|
||||
|
||||
if [ "$SPECIAL_BUILD_SUFFIX" = "" ]; then
|
||||
# Normal builds
|
||||
|
Loading…
Reference in New Issue
Block a user