From edcba6a353458c89820a5c6fa92d8d6d75e5f012 Mon Sep 17 00:00:00 2001 From: Anna Schumaker Date: Tue, 27 Feb 2018 08:29:21 -0500 Subject: [PATCH] Ocarina 6.5.8-rc Signed-off-by: Anna Schumaker --- CMakeLists.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index a4a0a564..0e8a254a 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -10,8 +10,8 @@ option(CONFIG_TESTING_ARTWORK "Enable album artwork fetching tests" ON) # Configure settings set(CONFIG_MAJOR 6) set(CONFIG_MINOR 5) -set(CONFIG_MICRO 7) -set(CONFIG_RC OFF) +set(CONFIG_MICRO 8) +set(CONFIG_RC ON) set(CONFIG_VERSION "${CONFIG_MAJOR}.${CONFIG_MINOR}.${CONFIG_MICRO}")