summaryrefslogtreecommitdiffstats
path: root/src/common
diff options
context:
space:
mode:
authorbunnei <bunneidev@gmail.com>2018-10-07 05:12:58 +0200
committerGitHub <noreply@github.com>2018-10-07 05:12:58 +0200
commit6f420a40cfeb14e97c49d5ead111fe602abd736f (patch)
tree771a19a9048081d6b8871efd4adae13a90720019 /src/common
parentMerge pull request #1451 from FearlessTobi/port-4140 (diff)
parentRemove "#" in the version number (diff)
downloadyuzu-6f420a40cfeb14e97c49d5ead111fe602abd736f.tar
yuzu-6f420a40cfeb14e97c49d5ead111fe602abd736f.tar.gz
yuzu-6f420a40cfeb14e97c49d5ead111fe602abd736f.tar.bz2
yuzu-6f420a40cfeb14e97c49d5ead111fe602abd736f.tar.lz
yuzu-6f420a40cfeb14e97c49d5ead111fe602abd736f.tar.xz
yuzu-6f420a40cfeb14e97c49d5ead111fe602abd736f.tar.zst
yuzu-6f420a40cfeb14e97c49d5ead111fe602abd736f.zip
Diffstat (limited to 'src/common')
-rw-r--r--src/common/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common/CMakeLists.txt b/src/common/CMakeLists.txt
index 8985e4367..d0e506689 100644
--- a/src/common/CMakeLists.txt
+++ b/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()