8
0
mirror of https://github.com/FirebirdSQL/firebird.git synced 2025-01-23 23:23:04 +01:00
This commit is contained in:
dimitr 2007-09-02 14:00:28 +00:00
parent 127b40ab74
commit d4bd5cbd47
4 changed files with 31 additions and 12 deletions

View File

@ -1,3 +1,22 @@
**************************
* v2.0.3
**************************
* Fixed bug CORE-1434
Incorrect result with EXECUTE STATEMENT and VARCHAR columns
Contributor(s):
Adriano dos Santos Fernandes <adrianosf at uol.com.br>
* Fixed bug CORE-1418
Races when starting and quickly shutting down blocking AST thread
Contributor(s):
Alex Peshkov <peshkoff at mail.ru>
* Solaris port
Contributor(s):
Paul Beach <pbeach at ibphoenix.com>
Alex Peshkov <peshkoff at mail.ru>
************************** **************************
* v2.0.2 * v2.0.2
************************** **************************

View File

@ -3,16 +3,16 @@
*** DO NOT EDIT *** *** DO NOT EDIT ***
TO CHANGE ANY INFORMATION IN HERE PLEASE TO CHANGE ANY INFORMATION IN HERE PLEASE
EDIT src/misc/writeBuildNum.sh EDIT src/misc/writeBuildNum.sh
FORMAL BUILD NUMBER:12964 FORMAL BUILD NUMBER:12981
*/ */
#define PRODUCT_VER_STRING "2.0.2.12964" #define PRODUCT_VER_STRING "2.0.3.12981"
#define FILE_VER_STRING "WI-V2.0.2.12964" #define FILE_VER_STRING "WI-V2.0.3.12981"
#define LICENSE_VER_STRING "WI-V2.0.2.12964" #define LICENSE_VER_STRING "WI-V2.0.3.12981"
#define FILE_VER_NUMBER 2, 0, 2, 12964 #define FILE_VER_NUMBER 2, 0, 3, 12981
#define FB_MAJOR_VER "2" #define FB_MAJOR_VER "2"
#define FB_MINOR_VER "0" #define FB_MINOR_VER "0"
#define FB_REV_NO "2" #define FB_REV_NO "3"
#define FB_BUILD_NO "12964" #define FB_BUILD_NO "12981"
#define FB_BUILD_TYPE "V" #define FB_BUILD_TYPE "V"
#define FB_BUILD_SUFFIX "Firebird 2.0" #define FB_BUILD_SUFFIX "Firebird 2.0"

View File

@ -17,7 +17,7 @@
* Contributor(s): ______________________________________. * Contributor(s): ______________________________________.
*/ */
#define ISC_FILE_VER_STRING "WI-V6.3.4.12964" #define ISC_FILE_VER_STRING "WI-V6.3.4.12981"
#define ISC_FILE_VER_NUMBER 6, 3, 4, 12964 #define ISC_FILE_VER_NUMBER 6, 3, 4, 12981
#define ISC_MAJOR_VER "6" #define ISC_MAJOR_VER "6"
#define ISC_MINOR_VER "3" #define ISC_MINOR_VER "3"

View File

@ -3,13 +3,13 @@
# This file is used both to rebuild the header file and to set the # This file is used both to rebuild the header file and to set the
# environment variables on the config call # environment variables on the config call
BuildVersion="$Id: writeBuildNum.sh,v 1.12740.2.23 2007-08-07 15:48:09 dimitr Exp $" BuildVersion="$Id: writeBuildNum.sh,v 1.12740.2.24 2007-09-02 14:00:28 dimitr Exp $"
BuildType=V BuildType=V
MajorVer=2 MajorVer=2
MinorVer=0 MinorVer=0
RevNo=2 RevNo=3
BuildNum=12964 BuildNum=12981
if [ "$SPECIAL_BUILD_SUFFIX" = "" ]; then if [ "$SPECIAL_BUILD_SUFFIX" = "" ]; then
# Normal builds # Normal builds