소스 검색

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

Signed-off-by: Richard Chapman <rchapman@hpccsystems.com>
Richard Chapman 4 년 전
부모
커밋
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