From 4ad9b3939847053e52745218f20f1517241ac1a6 Mon Sep 17 00:00:00 2001 From: Anna Schumaker Date: Mon, 1 May 2017 07:36:53 -0400 Subject: [PATCH] Ocarina 6.5.4-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 891afd2e..3cdfe058 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 3) -set(CONFIG_RC OFF) +set(CONFIG_MICRO 4) +set(CONFIG_RC ON) set(CONFIG_VERSION "${CONFIG_MAJOR}.${CONFIG_MINOR}.${CONFIG_MICRO}")