mirror of
https://github.com/FirebirdSQL/firebird.git
synced 2025-01-22 20:03:02 +01:00
Prepare for the final release
This commit is contained in:
parent
cbfc98df25
commit
ee9c3575b1
@ -1,3 +1,7 @@
|
||||
# v5.0 Final Release
|
||||
|
||||
(no changes)
|
||||
|
||||
# v5.0 Release Candidate 2
|
||||
|
||||
## Improvements
|
||||
|
@ -20,8 +20,8 @@ Root=`dirname $Root`
|
||||
|
||||
if [ "$SPECIAL_BUILD_SUFFIX" = "" ]; then
|
||||
# Normal builds
|
||||
SuffixKind="RC"
|
||||
SuffixVer="2"
|
||||
SuffixKind=""
|
||||
SuffixVer=""
|
||||
BuildSuffix="Firebird $MajorVer.$MinorVer"
|
||||
[ "$SuffixKind" = "" ] || BuildSuffix="$BuildSuffix $SuffixKind"
|
||||
[ "$SuffixVer" = "" ] || BuildSuffix="$BuildSuffix $SuffixVer"
|
||||
|
Loading…
Reference in New Issue
Block a user