mirror of
https://github.com/FirebirdSQL/firebird.git
synced 2025-01-22 21:23:04 +01:00
nightly update
This commit is contained in:
parent
f001ede048
commit
6e8d27479f
16
ChangeLog
16
ChangeLog
@ -1,3 +1,19 @@
|
||||
2015-11-05 17:15 alexpeshkoff
|
||||
M examples/interfaces/01.create.cpp
|
||||
M examples/interfaces/02.update.cpp
|
||||
M examples/interfaces/03.select.cpp
|
||||
M examples/interfaces/04.print_table.cpp
|
||||
Update samples - use IUtil and IXpbBuilder
|
||||
Avoid plain isc_ calls
|
||||
|
||||
2015-11-05 16:06 alexpeshkoff
|
||||
M src/yvalve/utl.cpp
|
||||
Make returned string C-style (with 0 terminator byte) when possible
|
||||
|
||||
2015-11-05 09:57 alexpeshkoff
|
||||
M src/common/os/posix/os_utils.cpp
|
||||
Fixed build error, reported by Pavel Zotov
|
||||
|
||||
2015-11-04 07:23 hvlad
|
||||
M src/jrd/lck.cpp
|
||||
Removed unneeded assert, correct code a bit as Dmitry suggested
|
||||
|
@ -3,16 +3,16 @@
|
||||
*** DO NOT EDIT ***
|
||||
TO CHANGE ANY INFORMATION IN HERE PLEASE
|
||||
EDIT src/misc/writeBuildNum.sh
|
||||
FORMAL BUILD NUMBER:32146
|
||||
FORMAL BUILD NUMBER:32149
|
||||
*/
|
||||
|
||||
#define PRODUCT_VER_STRING "3.0.0.32146"
|
||||
#define FILE_VER_STRING "WI-V3.0.0.32146"
|
||||
#define LICENSE_VER_STRING "WI-V3.0.0.32146"
|
||||
#define FILE_VER_NUMBER 3, 0, 0, 32146
|
||||
#define PRODUCT_VER_STRING "3.0.0.32149"
|
||||
#define FILE_VER_STRING "WI-V3.0.0.32149"
|
||||
#define LICENSE_VER_STRING "WI-V3.0.0.32149"
|
||||
#define FILE_VER_NUMBER 3, 0, 0, 32149
|
||||
#define FB_MAJOR_VER "3"
|
||||
#define FB_MINOR_VER "0"
|
||||
#define FB_REV_NO "0"
|
||||
#define FB_BUILD_NO "32146"
|
||||
#define FB_BUILD_NO "32149"
|
||||
#define FB_BUILD_TYPE "V"
|
||||
#define FB_BUILD_SUFFIX "Firebird 3.0 Release Candidate 1"
|
||||
|
@ -9,7 +9,7 @@ BuildType=V
|
||||
MajorVer=3
|
||||
MinorVer=0
|
||||
RevNo=0
|
||||
BuildNum=32146
|
||||
BuildNum=32149
|
||||
|
||||
NowAt=`pwd`
|
||||
cd `dirname $0`
|
||||
|
Loading…
Reference in New Issue
Block a user