Ocarina 6.5.9-rc

Signed-off-by: Anna Schumaker <Anna@NoWheyCreamery.com>
This commit is contained in:
Anna Schumaker 2018-04-20 09:16:05 -04:00
parent 60e6e2a9eb
commit 94f3a7f387
1 changed files with 2 additions and 2 deletions

View File

@ -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}")