From 94f3a7f3877e4c2de5b084e348fcda03da9a8bbb Mon Sep 17 00:00:00 2001 From: Anna Schumaker Date: Fri, 20 Apr 2018 09:16:05 -0400 Subject: [PATCH] Ocarina 6.5.9-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 fc9b21b1..579925f8 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 8) -set(CONFIG_RC OFF) +set(CONFIG_MICRO 9) +set(CONFIG_RC ON) set(CONFIG_VERSION "${CONFIG_MAJOR}.${CONFIG_MINOR}.${CONFIG_MICRO}")