Skip to content

Commit

Permalink
Bump version to 0.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
iscle committed Dec 9, 2023
1 parent de2dabe commit eb65772
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ set(CMAKE_CXX_COMPILER_VERSION 20)
#add_compile_definitions(ANDROID_PLATFORM=android-24)

project("ViPER4Android")
add_compile_definitions(VERSION_CODE=20231209)
add_compile_definitions(VERSION_NAME="0.6.0")
add_compile_definitions(VERSION_CODE=20231210)
add_compile_definitions(VERSION_NAME="0.6.1")

# FFTS
#add_subdirectory(src/viper/ffts)
Expand Down
4 changes: 2 additions & 2 deletions module/module.prop
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
id=ViPER4Android-RE
name=ViPER4Android Reverse Engineered
version=v0.6.0
versionCode=20231209
version=v0.6.1
versionCode=20231210
author=pittvandewitt, MrWhite214, Zackptg5, Martmists, Iscle
description=ViPER4Android Reverse Engineered is an audio enhancing software to provide everyone with a better audio experience

0 comments on commit eb65772

Please sign in to comment.