Bump version to 0.8.0

This commit is contained in:
kichikuou
2022-08-07 21:42:35 +09:00
parent 93b9cc0e1a
commit 65aa76a337
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -16,8 +16,8 @@ android {
}
minSdkVersion 19
targetSdkVersion 31
versionCode 6
versionName "0.7.0"
versionCode 7
versionName "0.8.0"
externalNativeBuild {
cmake {
arguments "-DANDROID_APP_PLATFORM=android-16", "-DANDROID_STL=c++_static"
+1 -1
View File
@@ -7,7 +7,7 @@
#ifndef _COMMON_H_
#define _COMMON_H_
#define SYSTEM3_VERSION "0.7.0"
#define SYSTEM3_VERSION "0.8.0"
#include <SDL.h>
#include <assert.h>