Skip to content

Commit

Permalink
Bump up 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
d3m3vilurr committed Apr 14, 2018
1 parent 858083d commit e2e975f
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
@@ -1,4 +1,13 @@
## Unreleased

## 2.0.0
- Re-enable package compression (cdf1833c)
- Fix confirm button always ASIA mode (#59)
- Fix not shown all games (#62)
- Fix crash if not have icon files (#68)
- Embed VitaShell modules into vpk file (#66)

## 2.0.0-b1
- Move 2.0.0 tree
- Support GUI
- No more needs app switching
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 "1.0.0")
set(VERSION "2.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 e2e975f

Please sign in to comment.