aboutsummaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorLennyMcLennington <lenny@sneed.church>2022-02-11 12:03:29 +0000
committerGitHub <noreply@github.com>2022-02-11 12:03:29 +0000
commit53ea2613507b1b44d631ea61ab554895c0d02836 (patch)
tree6ca8cb043b8cc7628060eafc56ebc74b83d2707a /CMakeLists.txt
parenta17e5d0a4d1dd7c9aea8030e9289f106a3d64738 (diff)
parent13d41bde7fd6cb7119395a1cc829174da5872b60 (diff)
downloadPrismLauncher-53ea2613507b1b44d631ea61ab554895c0d02836.tar.gz
PrismLauncher-53ea2613507b1b44d631ea61ab554895c0d02836.tar.bz2
PrismLauncher-53ea2613507b1b44d631ea61ab554895c0d02836.zip
Merge pull request #151 from dada513/rss_not_begone
Re-add RSS feed with the new PolyMC website
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt6
1 files changed, 5 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index c372660d..c63b7a29 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -45,10 +45,14 @@ set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -DQT_NO_DEPRECATED_WARNINGS=Y")
##################################### Set Application options #####################################
+######## Set URLs ########
+set(Launcher_NEWS_RSS_URL "https://polymc.github.io/feed/feed.xml" CACHE STRING "URL to fetch PolyMC's news RSS feed from.")
+set(Launcher_NEWS_OPEN_URL "https://polymc.github.io/news/" CACHE STRING "URL that gets opened when the user clicks 'More News'")
+
######## Set version numbers ########
set(Launcher_VERSION_MAJOR 1)
set(Launcher_VERSION_MINOR 0)
-set(Launcher_VERSION_HOTFIX 5)
+set(Launcher_VERSION_HOTFIX 6)
# Build number
set(Launcher_VERSION_BUILD -1 CACHE STRING "Build number. -1 for no build number.")