diff options
author | Elias Fleckenstein <eliasfleckenstein@web.de> | 2021-01-20 16:55:46 +0100 |
---|---|---|
committer | Elias Fleckenstein <eliasfleckenstein@web.de> | 2021-01-20 16:55:46 +0100 |
commit | 74f5f033e04c0d8694815fedb795838d4926cbc9 (patch) | |
tree | 3be3cd2b364cb2c54d7a71800a9eb6548fcc9840 | |
parent | 607add326feb44e078b843464ce4a8de09f28743 (diff) | |
download | dragonfireclient-74f5f033e04c0d8694815fedb795838d4926cbc9.tar.xz |
Add Custom version string
-rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 997e8518f..a00a44ae2 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -12,7 +12,7 @@ set(CLANG_MINIMUM_VERSION "3.4") set(VERSION_MAJOR 5) set(VERSION_MINOR 4) set(VERSION_PATCH 0) -set(VERSION_EXTRA "" CACHE STRING "Stuff to append to version string") +set(VERSION_EXTRA "-dragonfire" CACHE STRING "Stuff to append to version string") # Change to false for releases set(DEVELOPMENT_BUILD FALSE) |