diff options
author | Forkk <forkk@forkk.net> | 2014-01-08 22:50:08 -0600 |
---|---|---|
committer | Forkk <forkk@forkk.net> | 2014-01-08 22:51:21 -0600 |
commit | 7d74c9bc2574609470c886b1c4cf1a4776e8d70a (patch) | |
tree | e70e43db102fa3e60172f93178bf140ac228f8fb /CMakeLists.txt | |
parent | 06b5fa5dccdfc54496cd79e6eba6d025bc6e1204 (diff) | |
download | MultiMC-7d74c9bc2574609470c886b1c4cf1a4776e8d70a.tar MultiMC-7d74c9bc2574609470c886b1c4cf1a4776e8d70a.tar.gz MultiMC-7d74c9bc2574609470c886b1c4cf1a4776e8d70a.tar.lz MultiMC-7d74c9bc2574609470c886b1c4cf1a4776e8d70a.tar.xz MultiMC-7d74c9bc2574609470c886b1c4cf1a4776e8d70a.zip |
Change the issue tracker URL to GitHub issues
Bump hotfix version number and add an entry in the changelog.
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 274e4155..425ddf5f 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -91,7 +91,7 @@ SET(MultiMC_NEWS_RSS_URL "http://multimc.org/rss.xml" CACHE STRING "URL to fetch ######## Set version numbers ######## SET(MultiMC_VERSION_MAJOR 0) SET(MultiMC_VERSION_MINOR 1) -SET(MultiMC_VERSION_HOTFIX 0) +SET(MultiMC_VERSION_HOTFIX 1) # Build number SET(MultiMC_VERSION_BUILD -1 CACHE STRING "Build number. -1 for no build number.") |