Skip to content

Commit ee9c357

Browse files
committed
Prepare for the final release
1 parent cbfc98d commit ee9c357

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# v5.0 Final Release
2+
3+
(no changes)
4+
15
# v5.0 Release Candidate 2
26

37
## Improvements

src/misc/writeBuildNum.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@ Root=`dirname $Root`
2020

2121
if [ "$SPECIAL_BUILD_SUFFIX" = "" ]; then
2222
# Normal builds
23-
SuffixKind="RC"
24-
SuffixVer="2"
23+
SuffixKind=""
24+
SuffixVer=""
2525
BuildSuffix="Firebird $MajorVer.$MinorVer"
2626
[ "$SuffixKind" = "" ] || BuildSuffix="$BuildSuffix $SuffixKind"
2727
[ "$SuffixVer" = "" ] || BuildSuffix="$BuildSuffix $SuffixVer"

0 commit comments

Comments
 (0)