浏览代码

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

Signed-off-by: Richard Chapman <rchapman@hpccsystems.com>
Richard Chapman 3 年之前
父节点
当前提交
63e4e1cd34
共有 1 个文件被更改,包括 1 次插入1 次删除
  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