Bump version to 0.6.0

This commit is contained in:
Iscle 2023-12-09 17:22:44 +01:00
parent 0d9122ef53
commit 07b390247b

View File

@ -8,8 +8,8 @@ set(CMAKE_CXX_COMPILER_VERSION 20)
#add_compile_definitions(ANDROID_PLATFORM=android-24)
project("ViPER4Android")
add_compile_definitions(VERSION_CODE=20230522)
add_compile_definitions(VERSION_NAME="0.5.0")
add_compile_definitions(VERSION_CODE=20231209)
add_compile_definitions(VERSION_NAME="0.6.0")
# FFTS
#add_subdirectory(src/viper/ffts)