Skip to content

Commit

Permalink
Bump up version 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
d3m3vilurr committed Apr 9, 2018
1 parent ad5c463 commit a1015de
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
## Unreleased

## 1.0.0
- Block PS button on the critical sections
- Reword import/export to restore/backup (#32)
- Use newer vita-toolchain for CI build
Expand Down
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
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.8.0")
set(VERSION "1.0.0")

execute_process(COMMAND
python -c "print '%02d.%02d' % tuple(map(lambda x: int(x), '${VERSION}'.split('.')[:2]))"
Expand Down

0 comments on commit a1015de

Please sign in to comment.