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

nightly update

This commit is contained in:
firebirds 2013-09-07 02:03:07 +00:00
parent 58804e7d6c
commit aea7db0701
3 changed files with 19 additions and 7 deletions

View File

@ -1,3 +1,15 @@
2013-09-06 15:58 asfernandes
M src/dsql/ddl.cpp
Fixed CORE-4210 - Preserve comments for output parameters after altering procedures.
2013-09-06 12:09 alexpeshkoff
M src/utilities/ntrace/TraceUnicodeUtils.cpp
Slightly enhanced diagnostics
2013-09-06 08:50 alexpeshkoff
M src/jrd/isc_sync.cpp
Slightly enhance diagnostic
2013-09-05 13:59 alexpeshkoff
M src/jrd/unicode_util.cpp
Fixed ICU loader to make it match one more symbols naming convention in fresh ICU

View File

@ -3,16 +3,16 @@
*** DO NOT EDIT ***
TO CHANGE ANY INFORMATION IN HERE PLEASE
EDIT src/misc/writeBuildNum.sh
FORMAL BUILD NUMBER:26690
FORMAL BUILD NUMBER:26693
*/
#define PRODUCT_VER_STRING "2.5.3.26690"
#define FILE_VER_STRING "WI-V2.5.3.26690"
#define LICENSE_VER_STRING "WI-V2.5.3.26690"
#define FILE_VER_NUMBER 2, 5, 3, 26690
#define PRODUCT_VER_STRING "2.5.3.26693"
#define FILE_VER_STRING "WI-V2.5.3.26693"
#define LICENSE_VER_STRING "WI-V2.5.3.26693"
#define FILE_VER_NUMBER 2, 5, 3, 26693
#define FB_MAJOR_VER "2"
#define FB_MINOR_VER "5"
#define FB_REV_NO "3"
#define FB_BUILD_NO "26690"
#define FB_BUILD_NO "26693"
#define FB_BUILD_TYPE "V"
#define FB_BUILD_SUFFIX "Firebird 2.5"

View File

@ -9,7 +9,7 @@ BuildType=V
MajorVer=2
MinorVer=5
RevNo=3
BuildNum=26690
BuildNum=26693
if [ "$SPECIAL_BUILD_SUFFIX" = "" ]; then
# Normal builds