Преглед изворни кода

Remove "#" in the version number

So that people can stop using it in issue/pr comments and randomly link some other issue/pr unintentionally.
fearlessTobi пре 7 година
родитељ
комит
8e6311bfd2
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      src/common/CMakeLists.txt

+ 1 - 1
src/common/CMakeLists.txt

@@ -29,7 +29,7 @@ if ($ENV{CI})
       if (BUILD_VERSION)
         # This leaves a trailing space on the last word, but we actually want that
         # because of how it's styled in the title bar.
-        set(BUILD_FULLNAME "${REPO_NAME} #${BUILD_VERSION} ")
+        set(BUILD_FULLNAME "${REPO_NAME} ${BUILD_VERSION} ")
       else()
         set(BUILD_FULLNAME "")
       endif()