Skip to content

Commit

Permalink
Prepare for RC2.
Browse files Browse the repository at this point in the history
It also fixed #7819 : Difficulty returning the product version with the legacy connection
  • Loading branch information
hvlad committed Nov 2, 2023
1 parent 0913a24 commit bc04c0c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/misc/writeBuildNum.sh
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ Root=`dirname $Root`

if [ "$SPECIAL_BUILD_SUFFIX" = "" ]; then
# Normal builds
SuffixKind="Release Candidate"
SuffixVer="1"
SuffixKind="RC"
SuffixVer="2"
BuildSuffix="Firebird $MajorVer.$MinorVer"
[ "$SuffixKind" = "" ] || BuildSuffix="$BuildSuffix $SuffixKind"
[ "$SuffixVer" = "" ] || BuildSuffix="$BuildSuffix $SuffixVer"
Expand Down

0 comments on commit bc04c0c

Please sign in to comment.