mirror of
https://github.com/FirebirdSQL/firebird.git
synced 2025-01-22 20:43:02 +01:00
nightly update
This commit is contained in:
parent
51b0d1aca4
commit
61d5a49c93
@ -1,3 +1,10 @@
|
||||
2013-10-15 15:26 asfernandes
|
||||
M src/common/CharSet.h
|
||||
M src/common/TextType.cpp
|
||||
M src/jrd/evl_string.h
|
||||
M src/jrd/opt.cpp
|
||||
Frontport fix for CORE-4244 - Problem with creation procedure which contain adding text in DOS864 charset.
|
||||
|
||||
2013-10-13 23:44 asfernandes
|
||||
M src/isql/extract.epp
|
||||
M src/isql/isql.epp
|
||||
|
@ -3,16 +3,16 @@
|
||||
*** DO NOT EDIT ***
|
||||
TO CHANGE ANY INFORMATION IN HERE PLEASE
|
||||
EDIT src/misc/writeBuildNum.sh
|
||||
FORMAL BUILD NUMBER:30682
|
||||
FORMAL BUILD NUMBER:30683
|
||||
*/
|
||||
|
||||
#define PRODUCT_VER_STRING "3.0.0.30682"
|
||||
#define FILE_VER_STRING "WI-T3.0.0.30682"
|
||||
#define LICENSE_VER_STRING "WI-T3.0.0.30682"
|
||||
#define FILE_VER_NUMBER 3, 0, 0, 30682
|
||||
#define PRODUCT_VER_STRING "3.0.0.30683"
|
||||
#define FILE_VER_STRING "WI-T3.0.0.30683"
|
||||
#define LICENSE_VER_STRING "WI-T3.0.0.30683"
|
||||
#define FILE_VER_NUMBER 3, 0, 0, 30683
|
||||
#define FB_MAJOR_VER "3"
|
||||
#define FB_MINOR_VER "0"
|
||||
#define FB_REV_NO "0"
|
||||
#define FB_BUILD_NO "30682"
|
||||
#define FB_BUILD_NO "30683"
|
||||
#define FB_BUILD_TYPE "T"
|
||||
#define FB_BUILD_SUFFIX "Firebird 3.0 Alpha 1"
|
||||
|
@ -9,7 +9,7 @@ BuildType=T
|
||||
MajorVer=3
|
||||
MinorVer=0
|
||||
RevNo=0
|
||||
BuildNum=30682
|
||||
BuildNum=30683
|
||||
|
||||
NowAt=`pwd`
|
||||
cd `dirname $0`
|
||||
|
Loading…
Reference in New Issue
Block a user