Pārlūkot izejas kodu

Merge branch 'candidate-8.2.0' into candidate-8.2.x

Signed-off-by: Richard Chapman <rchapman@hpccsystems.com>
Richard Chapman 3 gadi atpakaļ
vecāks
revīzija
63e4e1cd34
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  1. 1 1
      cmake_modules/parse_hpcc_chart.sh

+ 1 - 1
cmake_modules/parse_hpcc_chart.sh

@@ -53,7 +53,7 @@ function update_chart_file()
       _new_minor=$HPCC_MINOR
     fi
     if [ "$_new_maturity" == "release" ] ; then
-      local _v=${HPCC_MAJOR}.${_new_minor}.${_new_point}
+      local _v=${HPCC_MAJOR}.${_new_minor}.${_new_point}-${_new_sequence}
     else
       local _v=${HPCC_MAJOR}.${_new_minor}.${_new_point}-${_new_maturity}${_new_sequence}
     fi