Skip to content

Commit

Permalink
Bump up version 0.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
d3m3vilurr committed Oct 23, 2016
1 parent 51cd90e commit 924d1da
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions 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
Expand Down
2 changes: 1 addition & 1 deletion CMakeLists.txt
Expand Up @@ -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]))"
Expand Down

0 comments on commit 924d1da

Please sign in to comment.