Skip to content

Commit

Permalink
nightly update
Browse files Browse the repository at this point in the history
  • Loading branch information
firebirds committed Apr 29, 2011
1 parent ca42e73 commit 6944de1
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 7 deletions.
4 changes: 4 additions & 0 deletions ChangeLog
@@ -1,3 +1,7 @@
2011-04-28 16:59 alexpeshkoff
M src/lock/print.cpp
Fixed CORE-3454: "fb_lock_print -c" hangs server

2011-04-25 12:41 hvlad
M src/jrd/isc_sync.cpp
Fixed regression introduced by me in patch for CORE-3326 - too many unnecessary calls of ISC_check_process_existence().
Expand Down
12 changes: 6 additions & 6 deletions src/jrd/build_no.h
Expand Up @@ -3,16 +3,16 @@
*** DO NOT EDIT ***
TO CHANGE ANY INFORMATION IN HERE PLEASE
EDIT src/misc/writeBuildNum.sh
FORMAL BUILD NUMBER:26265
FORMAL BUILD NUMBER:26266
*/

#define PRODUCT_VER_STRING "2.5.1.26265"
#define FILE_VER_STRING "WI-V2.5.1.26265"
#define LICENSE_VER_STRING "WI-V2.5.1.26265"
#define FILE_VER_NUMBER 2, 5, 1, 26265
#define PRODUCT_VER_STRING "2.5.1.26266"
#define FILE_VER_STRING "WI-V2.5.1.26266"
#define LICENSE_VER_STRING "WI-V2.5.1.26266"
#define FILE_VER_NUMBER 2, 5, 1, 26266
#define FB_MAJOR_VER "2"
#define FB_MINOR_VER "5"
#define FB_REV_NO "1"
#define FB_BUILD_NO "26265"
#define FB_BUILD_NO "26266"
#define FB_BUILD_TYPE "V"
#define FB_BUILD_SUFFIX "Firebird 2.5"
2 changes: 1 addition & 1 deletion src/misc/writeBuildNum.sh
Expand Up @@ -9,7 +9,7 @@ BuildType=V
MajorVer=2
MinorVer=5
RevNo=1
BuildNum=26265
BuildNum=26266

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

0 comments on commit 6944de1

Please sign in to comment.