Browse Source

HPCC-10303 Change the maturity and sequence number for Doc files

Correct maturity and sequence order in documentation files.
Xiaoming Wang 11 years ago
parent
commit
98ed6d0ac6
1 changed files with 2 additions and 2 deletions
  1. 2 2
      docs/CMakeLists.txt

+ 2 - 2
docs/CMakeLists.txt

@@ -32,9 +32,9 @@ set (VERSION_DIR ${CMAKE_CURRENT_BINARY_DIR}/)
 
 
 if ( "${HPCC_MATURITY}" STREQUAL "release" )
-	set (DOC_VERSION "${DOC_VERSION}.${HPCC_SEQUENCE}")
+	set (DOC_VERSION "${DOC_VERSION}-${HPCC_SEQUENCE}")
 else()
-	set (DOC_VERSION "${DOC_VERSION}.${HPCC_SEQUENCE}${HPCC_MATURITY}")
+	set (DOC_VERSION "${DOC_VERSION}-${HPCC_MATURITY}${HPCC_SEQUENCE}")
 endif()
 
 # Build image file list to add to source watch.