mirror of
https://github.com/FirebirdSQL/firebird.git
synced 2025-01-23 22:03:03 +01:00
Update.
This commit is contained in:
parent
3d299813bf
commit
1720fe5056
@ -162,6 +162,11 @@
|
||||
Contributor(s):
|
||||
Dmitry Yemanov <dimitr at firebirdsql.org>
|
||||
|
||||
* Improvement CORE-1889
|
||||
Security database has FW mode OFF, making it corrupted under some circumstances
|
||||
Contributor(s):
|
||||
Alex Peshkov <peshkoff at mail.ru>
|
||||
|
||||
|
||||
***************************
|
||||
* v2.1 Final
|
||||
|
@ -3,16 +3,16 @@
|
||||
*** DO NOT EDIT ***
|
||||
TO CHANGE ANY INFORMATION IN HERE PLEASE
|
||||
EDIT src/misc/writeBuildNum.sh
|
||||
FORMAL BUILD NUMBER:17798
|
||||
FORMAL BUILD NUMBER:17910
|
||||
*/
|
||||
|
||||
#define PRODUCT_VER_STRING "2.1.0.17798"
|
||||
#define FILE_VER_STRING "WI-T2.1.0.17798"
|
||||
#define LICENSE_VER_STRING "WI-T2.1.0.17798"
|
||||
#define FILE_VER_NUMBER 2, 1, 0, 17798
|
||||
#define PRODUCT_VER_STRING "2.1.1.17910"
|
||||
#define FILE_VER_STRING "WI-T2.1.1.17910"
|
||||
#define LICENSE_VER_STRING "WI-T2.1.1.17910"
|
||||
#define FILE_VER_NUMBER 2, 1, 1, 17910
|
||||
#define FB_MAJOR_VER "2"
|
||||
#define FB_MINOR_VER "1"
|
||||
#define FB_REV_NO "0"
|
||||
#define FB_BUILD_NO "17798"
|
||||
#define FB_REV_NO "1"
|
||||
#define FB_BUILD_NO "17910"
|
||||
#define FB_BUILD_TYPE "V"
|
||||
#define FB_BUILD_SUFFIX "Firebird 2.1"
|
||||
|
@ -17,7 +17,7 @@
|
||||
* Contributor(s): ______________________________________.
|
||||
*/
|
||||
|
||||
#define ISC_FILE_VER_STRING "WI-T6.3.4.17798"
|
||||
#define ISC_FILE_VER_NUMBER 6, 3, 4, 17798
|
||||
#define ISC_FILE_VER_STRING "WI-T6.3.4.17910"
|
||||
#define ISC_FILE_VER_NUMBER 6, 3, 4, 17910
|
||||
#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.6 2008-04-09 10:28:22 dimitr Exp $"
|
||||
BuildVersion="$Id: writeBuildNum.sh,v 1.17894.2.7 2008-05-12 17:00:13 dimitr Exp $"
|
||||
|
||||
BuildType=V
|
||||
MajorVer=2
|
||||
MinorVer=1
|
||||
RevNo=0
|
||||
BuildNum=17798
|
||||
RevNo=1
|
||||
BuildNum=17910
|
||||
|
||||
if [ "$SPECIAL_BUILD_SUFFIX" = "" ]; then
|
||||
# Normal builds
|
||||
|
Loading…
Reference in New Issue
Block a user