From 4a302adfa42cf7979acd60816cb733ed1141b5de Mon Sep 17 00:00:00 2001 From: Anna Schumaker Date: Mon, 26 Sep 2016 08:12:12 -0400 Subject: [PATCH] Ocarina 6.5-rc Signed-off-by: Anna Schumaker --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 170411e9..dc940c8d 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -9,7 +9,7 @@ option(CONFIG_TESTING_ALBUM_ARTWORK "Enable album art fetching tests" ON) # Configure settings set(CONFIG_MAJOR 6) set(CONFIG_MINOR 5) -set(CONFIG_RC OFF) +set(CONFIG_RC ON) set(CONFIG_VERSION "${CONFIG_MAJOR}.${CONFIG_MINOR}")