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:
parent
cbfc98df25
commit
ee9c3575b1
@ -1,3 +1,7 @@
|
|||||||
|
# v5.0 Final Release
|
||||||
|
|
||||||
|
(no changes)
|
||||||
|
|
||||||
# v5.0 Release Candidate 2
|
# v5.0 Release Candidate 2
|
||||||
|
|
||||||
## Improvements
|
## Improvements
|
||||||
|
@ -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"
|
||||||
|
Loading…
Reference in New Issue
Block a user