Skip to content

Commit

Permalink
Remove the forgotten RC suffix
Browse files Browse the repository at this point in the history
  • Loading branch information
dyemanov committed May 28, 2021
1 parent 7323447 commit 141bb54
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/jrd/build_no.h
Expand Up @@ -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"
4 changes: 2 additions & 2 deletions src/misc/writeBuildNum.sh
Expand Up @@ -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"
Expand Down

0 comments on commit 141bb54

Please sign in to comment.