瀏覽代碼

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

Correct maturity and sequence order in documentation files.
Xiaoming Wang 11 年之前
父節點
當前提交
98ed6d0ac6
共有 1 個文件被更改,包括 2 次插入2 次删除
  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" )
 if ( "${HPCC_MATURITY}" STREQUAL "release" )
-	set (DOC_VERSION "${DOC_VERSION}.${HPCC_SEQUENCE}")
+	set (DOC_VERSION "${DOC_VERSION}-${HPCC_SEQUENCE}")
 else()
 else()
-	set (DOC_VERSION "${DOC_VERSION}.${HPCC_SEQUENCE}${HPCC_MATURITY}")
+	set (DOC_VERSION "${DOC_VERSION}-${HPCC_MATURITY}${HPCC_SEQUENCE}")
 endif()
 endif()
 
 
 # Build image file list to add to source watch.
 # Build image file list to add to source watch.