Ocarina 6.5.10-rc

Signed-off-by: Anna Schumaker <Anna@NoWheyCreamery.com>
This commit is contained in:
Anna Schumaker 2018-08-20 08:34:15 -04:00
parent 6ab3cff28f
commit 54138d8814
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 # Configure settings
set(CONFIG_MAJOR 6) set(CONFIG_MAJOR 6)
set(CONFIG_MINOR 5) set(CONFIG_MINOR 5)
set(CONFIG_MICRO 9) set(CONFIG_MICRO 10)
set(CONFIG_RC OFF) set(CONFIG_RC ON)
set(CONFIG_VERSION "${CONFIG_MAJOR}.${CONFIG_MINOR}.${CONFIG_MICRO}") set(CONFIG_VERSION "${CONFIG_MAJOR}.${CONFIG_MINOR}.${CONFIG_MICRO}")