Explorar el Código

Split branch for 3.8.x closedown

Signed-off-by: Richard Chapman <rchapman@hpccsystems.com>
Richard Chapman hace 13 años
padre
commit
5b03f13ae8
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. 2 2
      version.cmake

+ 2 - 2
version.cmake

@@ -3,8 +3,8 @@
 ###
 set ( HPCC_PROJECT "community" )
 set ( HPCC_MAJOR 3 )
-set ( HPCC_MINOR 7 )
+set ( HPCC_MINOR 8 )
 set ( HPCC_POINT 0 )
-set ( HPCC_MATURITY "trunk" )
+set ( HPCC_MATURITY "closedown" )
 set ( HPCC_SEQUENCE 1 )
 ###