diff options
| author | 2018-10-06 23:12:58 -0400 | |
|---|---|---|
| committer | 2018-10-06 23:12:58 -0400 | |
| commit | 6f420a40cfeb14e97c49d5ead111fe602abd736f (patch) | |
| tree | 771a19a9048081d6b8871efd4adae13a90720019 /src | |
| parent | Merge pull request #1451 from FearlessTobi/port-4140 (diff) | |
| parent | Remove "#" in the version number (diff) | |
| download | yuzu-6f420a40cfeb14e97c49d5ead111fe602abd736f.tar.gz yuzu-6f420a40cfeb14e97c49d5ead111fe602abd736f.tar.xz yuzu-6f420a40cfeb14e97c49d5ead111fe602abd736f.zip | |
Merge pull request #1453 from FearlessTobi/port-4311
Port citra-emu/citra#4311: "Remove "#" in the version number"
Diffstat (limited to 'src')
| -rw-r--r-- | src/common/CMakeLists.txt | 2 |
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}) | |||
| 29 | if (BUILD_VERSION) | 29 | if (BUILD_VERSION) |
| 30 | # This leaves a trailing space on the last word, but we actually want that | 30 | # This leaves a trailing space on the last word, but we actually want that |
| 31 | # because of how it's styled in the title bar. | 31 | # because of how it's styled in the title bar. |
| 32 | set(BUILD_FULLNAME "${REPO_NAME} #${BUILD_VERSION} ") | 32 | set(BUILD_FULLNAME "${REPO_NAME} ${BUILD_VERSION} ") |
| 33 | else() | 33 | else() |
| 34 | set(BUILD_FULLNAME "") | 34 | set(BUILD_FULLNAME "") |
| 35 | endif() | 35 | endif() |