Explorar el Código

Community Edition 7.10.2-rc1 Release Candidate 1

Signed-off-by: Richard Chapman <rchapman@hpccsystems.com>
Richard Chapman hace 5 años
padre
commit
9223c62dbe
Se han modificado 2 ficheros con 5 adiciones y 5 borrados
  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.2-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.2-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 1 )
-set ( HPCC_MATURITY "closedown" )
-set ( HPCC_SEQUENCE 0 )
+set ( HPCC_POINT 2 )
+set ( HPCC_MATURITY "rc" )
+set ( HPCC_SEQUENCE 1 )
 ###