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

Remove the forgotten RC suffix

This commit is contained in:
Dmitry Yemanov 2021-05-28 17:41:00 +03:00
parent 7323447b43
commit 141bb5491d
2 changed files with 3 additions and 3 deletions

View File

@ -15,4 +15,4 @@
#define FB_REV_NO "0"
#define FB_BUILD_NO "2496"
#define FB_BUILD_TYPE "V"
#define FB_BUILD_SUFFIX "Firebird 4.0 Release Candidate 1"
#define FB_BUILD_SUFFIX "Firebird 4.0"

View File

@ -20,8 +20,8 @@ Root=`dirname $Root`
if [ "$SPECIAL_BUILD_SUFFIX" = "" ]; then
# Normal builds
SuffixKind="Release Candidate"
SuffixVer="1"
SuffixKind=""
SuffixVer=""
BuildSuffix="Firebird 4.0"
[ "$SuffixKind" = "" ] || BuildSuffix="$BuildSuffix $SuffixKind"
[ "$SuffixVer" = "" ] || BuildSuffix="$BuildSuffix $SuffixVer"