8
0
mirror of https://github.com/FirebirdSQL/firebird.git synced 2025-01-22 22:43:03 +01:00

Prepare for the final release

This commit is contained in:
Dmitry Yemanov 2024-01-10 21:18:49 +03:00
parent cbfc98df25
commit ee9c3575b1
2 changed files with 6 additions and 2 deletions

View File

@ -1,3 +1,7 @@
# v5.0 Final Release
(no changes)
# v5.0 Release Candidate 2 # v5.0 Release Candidate 2
## Improvements ## Improvements

View File

@ -20,8 +20,8 @@ Root=`dirname $Root`
if [ "$SPECIAL_BUILD_SUFFIX" = "" ]; then if [ "$SPECIAL_BUILD_SUFFIX" = "" ]; then
# Normal builds # Normal builds
SuffixKind="RC" SuffixKind=""
SuffixVer="2" SuffixVer=""
BuildSuffix="Firebird $MajorVer.$MinorVer" BuildSuffix="Firebird $MajorVer.$MinorVer"
[ "$SuffixKind" = "" ] || BuildSuffix="$BuildSuffix $SuffixKind" [ "$SuffixKind" = "" ] || BuildSuffix="$BuildSuffix $SuffixKind"
[ "$SuffixVer" = "" ] || BuildSuffix="$BuildSuffix $SuffixVer" [ "$SuffixVer" = "" ] || BuildSuffix="$BuildSuffix $SuffixVer"