Skip to content

Commit

Permalink
nightly update
Browse files Browse the repository at this point in the history
  • Loading branch information
firebirds committed Apr 27, 2012
1 parent 77b189a commit 5bf93a8
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 @@
2012-04-26 09:39 paulbeach
M builds/install/misc/firebird.conf
Make the conf. parameter DummyPacketInterval more accurate.

2012-04-13 09:08 dimitr
M src/dsql/pass1.cpp
Additional fix for CORE-3807. Otherwise, _utf8 'A' is considered equal to _win1251 'ABCD' etc. The original code didn't check for charsets/collations but IMHO this was wrong.
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:18488
FORMAL BUILD NUMBER:18489
*/

#define PRODUCT_VER_STRING "2.1.5.18488"
#define FILE_VER_STRING "WI-V2.1.5.18488"
#define LICENSE_VER_STRING "WI-V2.1.5.18488"
#define FILE_VER_NUMBER 2, 1, 5, 18488
#define PRODUCT_VER_STRING "2.1.5.18489"
#define FILE_VER_STRING "WI-V2.1.5.18489"
#define LICENSE_VER_STRING "WI-V2.1.5.18489"
#define FILE_VER_NUMBER 2, 1, 5, 18489
#define FB_MAJOR_VER "2"
#define FB_MINOR_VER "1"
#define FB_REV_NO "5"
#define FB_BUILD_NO "18488"
#define FB_BUILD_NO "18489"
#define FB_BUILD_TYPE "V"
#define FB_BUILD_SUFFIX "Firebird 2.1"
2 changes: 1 addition & 1 deletion src/misc/writeBuildNum.sh
Expand Up @@ -9,7 +9,7 @@ BuildType=V
MajorVer=2
MinorVer=1
RevNo=5
BuildNum=18488
BuildNum=18489

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

0 comments on commit 5bf93a8

Please sign in to comment.