Преглед на файлове

Community Edition 7.10.28-rc1 Release Candidate 1

Signed-off-by: Gavin Halliday <gavin.halliday@lexisnexis.com>
Gavin Halliday преди 4 години
родител
ревизия
8cd7e18f90
променени са 2 файла, в които са добавени 5 реда и са изтрити 5 реда
  1. 2 2
      helm/hpcc/Chart.yaml
  2. 3 3
      version.cmake

+ 2 - 2
helm/hpcc/Chart.yaml

@@ -6,8 +6,8 @@ type: application
 
 # This is the chart version. This version number should be incremented each time you make changes
 # to the chart and its templates, including the app version.
-version: 0.1.0
+version: 7.10.28-rc1
 
 # This is the version number of the application being deployed. This version number should be
 # incremented each time you make changes to the application.
-appVersion: 0.1.0
+appVersion: 7.10.28-rc1

+ 3 - 3
version.cmake

@@ -5,7 +5,7 @@ set ( HPCC_NAME "Community Edition" )
 set ( HPCC_PROJECT "community" )
 set ( HPCC_MAJOR 7 )
 set ( HPCC_MINOR 10 )
-set ( HPCC_POINT 27 )
-set ( HPCC_MATURITY "closedown" )
-set ( HPCC_SEQUENCE 0 )
+set ( HPCC_POINT 28 )
+set ( HPCC_MATURITY "rc" )
+set ( HPCC_SEQUENCE 1 )
 ###