Skip to content

Commit 141bb54

Browse files
committed
Remove the forgotten RC suffix
1 parent 7323447 commit 141bb54

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

src/jrd/build_no.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,4 @@
1515
#define FB_REV_NO "0"
1616
#define FB_BUILD_NO "2496"
1717
#define FB_BUILD_TYPE "V"
18-
#define FB_BUILD_SUFFIX "Firebird 4.0 Release Candidate 1"
18+
#define FB_BUILD_SUFFIX "Firebird 4.0"

src/misc/writeBuildNum.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@ Root=`dirname $Root`
2020

2121
if [ "$SPECIAL_BUILD_SUFFIX" = "" ]; then
2222
# Normal builds
23-
SuffixKind="Release Candidate"
24-
SuffixVer="1"
23+
SuffixKind=""
24+
SuffixVer=""
2525
BuildSuffix="Firebird 4.0"
2626
[ "$SuffixKind" = "" ] || BuildSuffix="$BuildSuffix $SuffixKind"
2727
[ "$SuffixVer" = "" ] || BuildSuffix="$BuildSuffix $SuffixVer"

0 commit comments

Comments
 (0)