From d58108a6508d86d2316825709c47fedc0f6f6b38 Mon Sep 17 00:00:00 2001 From: Joel16 Date: Thu, 31 Dec 2020 13:14:00 -0500 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 2e7b5d9..724df8f 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.30") +set(VITA_VERSION "01.40") # Add version definition add_definitions(-DAPP_VERSION="${VITA_VERSION}")