From 54138d8814ec98c9d25084b98b3d011ab0af117d Mon Sep 17 00:00:00 2001 From: Anna Schumaker Date: Mon, 20 Aug 2018 08:34:15 -0400 Subject: [PATCH] Ocarina 6.5.10-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 fab84dad..640a9813 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 9) -set(CONFIG_RC OFF) +set(CONFIG_MICRO 10) +set(CONFIG_RC ON) set(CONFIG_VERSION "${CONFIG_MAJOR}.${CONFIG_MINOR}.${CONFIG_MICRO}")