We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cbfc98d commit ee9c357Copy full SHA for ee9c357
CHANGELOG.md
@@ -1,3 +1,7 @@
1
+# v5.0 Final Release
2
+
3
+(no changes)
4
5
# v5.0 Release Candidate 2
6
7
## Improvements
src/misc/writeBuildNum.sh
@@ -20,8 +20,8 @@ Root=`dirname $Root`
20
21
if [ "$SPECIAL_BUILD_SUFFIX" = "" ]; then
22
# Normal builds
23
-SuffixKind="RC"
24
-SuffixVer="2"
+SuffixKind=""
+SuffixVer=""
25
BuildSuffix="Firebird $MajorVer.$MinorVer"
26
[ "$SuffixKind" = "" ] || BuildSuffix="$BuildSuffix $SuffixKind"
27
[ "$SuffixVer" = "" ] || BuildSuffix="$BuildSuffix $SuffixVer"
0 commit comments