8
0
mirror of https://github.com/FirebirdSQL/firebird.git synced 2025-01-22 20:43:02 +01:00

nightly update

This commit is contained in:
firebirds 2015-04-28 00:26:44 +00:00
parent 94e9cc985f
commit d25af9b013
3 changed files with 20 additions and 7 deletions

View File

@ -1,3 +1,16 @@
2015-04-27 18:58 asfernandes
M src/dsql/ExprNodes.cpp
Fixed CORE-4774 - Table aliasing is unnecessary required when doing UPDATE ... RETURNING RDB$ pseudo-columns.
2015-04-27 13:15 alexpeshkoff
M src/jrd/vio.cpp
Check for source nullifying a bit more accurate
2015-04-27 04:44 robocop
M src/auth/SecureRemotePassword/manage/SrpManagement.cpp
M src/jrd/jrd.cpp
Misc.
2015-04-24 17:48 alexpeshkoff
M src/jrd/UserManagement.cpp
rolled back accidentially committed debug code

View File

@ -3,16 +3,16 @@
*** DO NOT EDIT ***
TO CHANGE ANY INFORMATION IN HERE PLEASE
EDIT src/misc/writeBuildNum.sh
FORMAL BUILD NUMBER:31810
FORMAL BUILD NUMBER:31813
*/
#define PRODUCT_VER_STRING "3.0.0.31810"
#define FILE_VER_STRING "WI-T3.0.0.31810"
#define LICENSE_VER_STRING "WI-T3.0.0.31810"
#define FILE_VER_NUMBER 3, 0, 0, 31810
#define PRODUCT_VER_STRING "3.0.0.31813"
#define FILE_VER_STRING "WI-T3.0.0.31813"
#define LICENSE_VER_STRING "WI-T3.0.0.31813"
#define FILE_VER_NUMBER 3, 0, 0, 31813
#define FB_MAJOR_VER "3"
#define FB_MINOR_VER "0"
#define FB_REV_NO "0"
#define FB_BUILD_NO "31810"
#define FB_BUILD_NO "31813"
#define FB_BUILD_TYPE "T"
#define FB_BUILD_SUFFIX "Firebird 3.0 Beta 2"

View File

@ -9,7 +9,7 @@ BuildType=T
MajorVer=3
MinorVer=0
RevNo=0
BuildNum=31810
BuildNum=31813
NowAt=`pwd`
cd `dirname $0`