We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7323447 commit 141bb54Copy full SHA for 141bb54
src/jrd/build_no.h
@@ -15,4 +15,4 @@
15
#define FB_REV_NO "0"
16
#define FB_BUILD_NO "2496"
17
#define FB_BUILD_TYPE "V"
18
-#define FB_BUILD_SUFFIX "Firebird 4.0 Release Candidate 1"
+#define FB_BUILD_SUFFIX "Firebird 4.0"
src/misc/writeBuildNum.sh
@@ -20,8 +20,8 @@ Root=`dirname $Root`
20
21
if [ "$SPECIAL_BUILD_SUFFIX" = "" ]; then
22
# Normal builds
23
-SuffixKind="Release Candidate"
24
-SuffixVer="1"
+SuffixKind=""
+SuffixVer=""
25
BuildSuffix="Firebird 4.0"
26
[ "$SuffixKind" = "" ] || BuildSuffix="$BuildSuffix $SuffixKind"
27
[ "$SuffixVer" = "" ] || BuildSuffix="$BuildSuffix $SuffixVer"
0 commit comments