From 349f234c2432d7004252534742dfdeff14fb1862 Mon Sep 17 00:00:00 2001 From: Joel16 Date: Fri, 18 Sep 2020 21:35:17 -0400 Subject: [PATCH] Bump version for release --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index b003aa2..a7e3a8e 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -27,7 +27,7 @@ set(VITA_APP_NAME "VITAlbum") # unique string of developer and Y = a unique number for this app set(VITA_TITLEID "VITALBUM0") # Optional version string to show in LiveArea's more info screen -set(VITA_VERSION "01.20") +set(VITA_VERSION "01.30") ## Flags and includes for building # Note that we make sure not to overwrite previous flags