mirror of
https://github.com/FirebirdSQL/firebird.git
synced 2025-01-23 08:03:04 +01:00
Update.
This commit is contained in:
parent
92ea8b9a26
commit
20b0039a75
@ -2,6 +2,11 @@
|
||||
* v2.1.2
|
||||
***************************
|
||||
|
||||
* Fixed unregistered bug
|
||||
Issue with @prefix@ in aliases.conf on MacOS
|
||||
Contributor(s):
|
||||
Paul Beach <pbeach at ibphoenix.com>
|
||||
|
||||
* Bugfix CORE-2242
|
||||
The engine incorrectly fills BPB
|
||||
Contributor(s):
|
||||
|
@ -3,16 +3,16 @@
|
||||
*** DO NOT EDIT ***
|
||||
TO CHANGE ANY INFORMATION IN HERE PLEASE
|
||||
EDIT src/misc/writeBuildNum.sh
|
||||
FORMAL BUILD NUMBER:18066
|
||||
FORMAL BUILD NUMBER:18108
|
||||
*/
|
||||
|
||||
#define PRODUCT_VER_STRING "2.1.2.18066"
|
||||
#define FILE_VER_STRING "WI-V2.1.2.18066"
|
||||
#define LICENSE_VER_STRING "WI-V2.1.2.18066"
|
||||
#define FILE_VER_NUMBER 2, 1, 2, 18066
|
||||
#define PRODUCT_VER_STRING "2.1.2.18108"
|
||||
#define FILE_VER_STRING "WI-V2.1.2.18108"
|
||||
#define LICENSE_VER_STRING "WI-V2.1.2.18108"
|
||||
#define FILE_VER_NUMBER 2, 1, 2, 18108
|
||||
#define FB_MAJOR_VER "2"
|
||||
#define FB_MINOR_VER "1"
|
||||
#define FB_REV_NO "2"
|
||||
#define FB_BUILD_NO "18066"
|
||||
#define FB_BUILD_NO "18108"
|
||||
#define FB_BUILD_TYPE "V"
|
||||
#define FB_BUILD_SUFFIX "Firebird 2.1"
|
||||
|
@ -17,7 +17,7 @@
|
||||
* Contributor(s): ______________________________________.
|
||||
*/
|
||||
|
||||
#define ISC_FILE_VER_STRING "WI-V6.3.4.18066"
|
||||
#define ISC_FILE_VER_NUMBER 6, 3, 4, 18066
|
||||
#define ISC_FILE_VER_STRING "WI-V6.3.4.18108"
|
||||
#define ISC_FILE_VER_NUMBER 6, 3, 4, 18108
|
||||
#define ISC_MAJOR_VER "6"
|
||||
#define ISC_MINOR_VER "3"
|
||||
|
@ -3,13 +3,13 @@
|
||||
# This file is used both to rebuild the header file and to set the
|
||||
# environment variables on the config call
|
||||
|
||||
BuildVersion="$Id: writeBuildNum.sh,v 1.17894.2.10 2008-11-26 10:48:13 dimitr Exp $"
|
||||
BuildVersion="$Id: writeBuildNum.sh,v 1.17894.2.11 2008-12-17 08:29:03 dimitr Exp $"
|
||||
|
||||
BuildType=V
|
||||
MajorVer=2
|
||||
MinorVer=1
|
||||
RevNo=2
|
||||
BuildNum=18066
|
||||
BuildNum=18108
|
||||
|
||||
if [ "$SPECIAL_BUILD_SUFFIX" = "" ]; then
|
||||
# Normal builds
|
||||
|
Loading…
Reference in New Issue
Block a user