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

nightly update

This commit is contained in:
firebirds 2015-08-12 00:08:57 +00:00
parent 5ecbf21151
commit c941a3fab5
3 changed files with 17 additions and 7 deletions

View File

@ -1,3 +1,13 @@
2015-08-11 15:46 asfernandes
M src/include/gen/msgs.h
Misc.
2015-08-11 15:46 asfernandes
M src/isql/isql.epp
Fixed two problem when a expression is described with a collation (i.e., when the expression charset matches the connection charset):
- Broken display of charset name with SQLDA_DISPLAY
- Broken UTF-8 alignment
2015-08-09 20:57 hvlad
M src/jrd/btr.cpp
M src/jrd/validation.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:31993
FORMAL BUILD NUMBER:31995
*/
#define PRODUCT_VER_STRING "3.0.0.31993"
#define FILE_VER_STRING "WI-V3.0.0.31993"
#define LICENSE_VER_STRING "WI-V3.0.0.31993"
#define FILE_VER_NUMBER 3, 0, 0, 31993
#define PRODUCT_VER_STRING "3.0.0.31995"
#define FILE_VER_STRING "WI-V3.0.0.31995"
#define LICENSE_VER_STRING "WI-V3.0.0.31995"
#define FILE_VER_NUMBER 3, 0, 0, 31995
#define FB_MAJOR_VER "3"
#define FB_MINOR_VER "0"
#define FB_REV_NO "0"
#define FB_BUILD_NO "31993"
#define FB_BUILD_NO "31995"
#define FB_BUILD_TYPE "V"
#define FB_BUILD_SUFFIX "Firebird 3.0 Release Candidate 1"

View File

@ -9,7 +9,7 @@ BuildType=V
MajorVer=3
MinorVer=0
RevNo=0
BuildNum=31993
BuildNum=31995
NowAt=`pwd`
cd `dirname $0`