Skip to content

Commit

Permalink
nightly update
Browse files Browse the repository at this point in the history
  • Loading branch information
firebirds committed Feb 28, 2013
1 parent 2a29d5f commit 63653e7
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 7 deletions.
5 changes: 5 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
2013-02-27 14:49 alexpeshkoff
M src/jrd/tra.cpp
M src/jrd/tra.h
Backported fix for CORE-3908: Engine leaks memory and crashes when lot of autonomous transactions have been started and finished

2013-02-26 11:58 alexpeshkoff
M src/jrd/UserManagement.cpp
Fixed CORE-4055: Dialect is not set in internal connections to security database
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:26616
FORMAL BUILD NUMBER:26617
*/

#define PRODUCT_VER_STRING "2.5.3.26616"
#define FILE_VER_STRING "WI-V2.5.3.26616"
#define LICENSE_VER_STRING "WI-V2.5.3.26616"
#define FILE_VER_NUMBER 2, 5, 3, 26616
#define PRODUCT_VER_STRING "2.5.3.26617"
#define FILE_VER_STRING "WI-V2.5.3.26617"
#define LICENSE_VER_STRING "WI-V2.5.3.26617"
#define FILE_VER_NUMBER 2, 5, 3, 26617
#define FB_MAJOR_VER "2"
#define FB_MINOR_VER "5"
#define FB_REV_NO "3"
#define FB_BUILD_NO "26616"
#define FB_BUILD_NO "26617"
#define FB_BUILD_TYPE "V"
#define FB_BUILD_SUFFIX "Firebird 2.5"
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=V
MajorVer=2
MinorVer=5
RevNo=3
BuildNum=26616
BuildNum=26617

if [ "$SPECIAL_BUILD_SUFFIX" = "" ]; then
# Normal builds
Expand Down

0 comments on commit 63653e7

Please sign in to comment.