From 924d1dac088543ccdcda954ea4a210167c3c3c56 Mon Sep 17 00:00:00 2001 From: Sunguk Lee Date: Sun, 23 Oct 2016 17:55:21 +0900 Subject: [PATCH] Bump up version 0.8.0 --- CHANGELOG.md | 2 ++ CMakeLists.txt | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c8fcbc3..546ced3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,6 @@ ## Unreleased + +## 0.8.0 - Change default directories to `ux0:/data/savegames` - Auto migrate older directories - Support drop save slot diff --git a/CMakeLists.txt b/CMakeLists.txt index 34b70e6..2353fc7 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -6,7 +6,7 @@ set(CMAKE_C_COMPILER "arm-vita-eabi-gcc") project(savemgr) set(TITLE_ID "SAVEMGR00") set(TITLE "Save Manager") -set(VERSION "0.7.0") +set(VERSION "0.8.0") execute_process(COMMAND python -c "print '%02d.%02d' % tuple(map(lambda x: int(x), '${VERSION}'.split('.')[:2]))"