Skip to content

Commit

Permalink
nightly update
Browse files Browse the repository at this point in the history
  • Loading branch information
firebirds committed May 6, 2014
1 parent ac65e22 commit 14dffb7
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 7 deletions.
13 changes: 13 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
2014-05-05 15:28 mapopa
D lang_helpers/gds.pli
D lang_helpers/gds_vms.f
cleanup VMS leftovers

2014-05-05 14:58 alexpeshkoff
M src/jrd/Mapping.cpp
Use separate callback event per process - should make windows happy

2014-05-05 10:07 alexpeshkoff
M src/yvalve/why.cpp
Corrected patch from Dmitry Sibiryakov

2014-05-04 07:43 dimitr
M src/dsql/pass1.cpp
Fixed the issue with UNION ALL vs WITH LOCK reported by Claudio privately.
Expand Down
12 changes: 6 additions & 6 deletions src/jrd/build_no.h
Original file line number Diff line number Diff line change
Expand Up @@ -3,16 +3,16 @@
*** DO NOT EDIT ***
TO CHANGE ANY INFORMATION IN HERE PLEASE
EDIT src/misc/writeBuildNum.sh
FORMAL BUILD NUMBER:31099
FORMAL BUILD NUMBER:31102
*/

#define PRODUCT_VER_STRING "3.0.0.31099"
#define FILE_VER_STRING "WI-T3.0.0.31099"
#define LICENSE_VER_STRING "WI-T3.0.0.31099"
#define FILE_VER_NUMBER 3, 0, 0, 31099
#define PRODUCT_VER_STRING "3.0.0.31102"
#define FILE_VER_STRING "WI-T3.0.0.31102"
#define LICENSE_VER_STRING "WI-T3.0.0.31102"
#define FILE_VER_NUMBER 3, 0, 0, 31102
#define FB_MAJOR_VER "3"
#define FB_MINOR_VER "0"
#define FB_REV_NO "0"
#define FB_BUILD_NO "31099"
#define FB_BUILD_NO "31102"
#define FB_BUILD_TYPE "T"
#define FB_BUILD_SUFFIX "Firebird 3.0 Alpha 2"
2 changes: 1 addition & 1 deletion src/misc/writeBuildNum.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ BuildType=T
MajorVer=3
MinorVer=0
RevNo=0
BuildNum=31099
BuildNum=31102

NowAt=`pwd`
cd `dirname $0`
Expand Down

0 comments on commit 14dffb7

Please sign in to comment.