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:
parent
7323447b43
commit
141bb5491d
@ -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"
|
||||
|
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user