diff options
author | Petr Mrázek <peterix@gmail.com> | 2014-01-20 01:14:11 +0100 |
---|---|---|
committer | Petr Mrázek <peterix@gmail.com> | 2014-01-20 01:14:11 +0100 |
commit | 3a3c9ac9515447941d383f2c4fe4b0225fdd8252 (patch) | |
tree | 9ab4538f2e80847874a7c9a5c7c2dbc099cb8cae /CMakeLists.txt | |
parent | 130a79080760c04445cd8768158c534e2425e336 (diff) | |
download | MultiMC-3a3c9ac9515447941d383f2c4fe4b0225fdd8252.tar MultiMC-3a3c9ac9515447941d383f2c4fe4b0225fdd8252.tar.gz MultiMC-3a3c9ac9515447941d383f2c4fe4b0225fdd8252.tar.lz MultiMC-3a3c9ac9515447941d383f2c4fe4b0225fdd8252.tar.xz MultiMC-3a3c9ac9515447941d383f2c4fe4b0225fdd8252.zip |
Update the changelog, version, scale the instance icon
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 9efb4cd2..0b276cf8 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -92,8 +92,8 @@ 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 1) +SET(MultiMC_VERSION_MINOR 2) +SET(MultiMC_VERSION_HOTFIX 0) # Build number SET(MultiMC_VERSION_BUILD -1 CACHE STRING "Build number. -1 for no build number.") |