diff options
author | Petr Mrázek <peterix@gmail.com> | 2019-08-03 00:48:34 +0200 |
---|---|---|
committer | Petr Mrázek <peterix@gmail.com> | 2019-08-03 00:48:34 +0200 |
commit | f5f3149dcf618172539e740e12f539e96aea43ba (patch) | |
tree | 867a85dfd1dc6b1ce43a64df9d4b7c70dd335ca0 /CMakeLists.txt | |
parent | 7b00d47fe0be0e23d1267699a8491c1dc577f76d (diff) | |
download | MultiMC-f5f3149dcf618172539e740e12f539e96aea43ba.tar MultiMC-f5f3149dcf618172539e740e12f539e96aea43ba.tar.gz MultiMC-f5f3149dcf618172539e740e12f539e96aea43ba.tar.lz MultiMC-f5f3149dcf618172539e740e12f539e96aea43ba.tar.xz MultiMC-f5f3149dcf618172539e740e12f539e96aea43ba.zip |
NOISSUE update changelog and version
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index cf78f751..af89e2a4 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -46,7 +46,7 @@ set(MultiMC_NEWS_RSS_URL "https://multimc.org/rss.xml" CACHE STRING "URL to fetc ######## Set version numbers ######## set(MultiMC_VERSION_MAJOR 0) set(MultiMC_VERSION_MINOR 6) -set(MultiMC_VERSION_HOTFIX 6) +set(MultiMC_VERSION_HOTFIX 7) # Build number set(MultiMC_VERSION_BUILD -1 CACHE STRING "Build number. -1 for no build number.") |