Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
soarqin committed Aug 28, 2019
1 parent 124616e commit f1e5cf2
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGES
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
v1.91
1. Added support for 3.72 with updated h-encore²

v1.9
1. Support 3.69-3.71 with h-encore²
2. Fixed a bug which causes memcore not working on 3.61
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ see [CREDITS.md](CREDITS.md)

### Prebuilt binaries

Download a pre-built executable binary below and follow instructions. Supported firmwares: 3.60, 3.61, 3.65-3.71
Download a pre-built executable binary below and follow instructions. Supported firmwares: 3.60, 3.61, 3.65-3.72

- For Windows get the [latest release](https://github.com/soarqin/finalhe/releases/latest)
- if you have not installed USB driver for PS Vita: install `QcmaDriver_winusb.exe` (also on the releases page)
Expand Down
2 changes: 1 addition & 1 deletion src/version.hh
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
#pragma once

#define FINALHE_VERSION_MAJOR 1
#define FINALHE_VERSION_MINOR 9
#define FINALHE_VERSION_MINOR 91

#define _STR(x) #x
#define STR(x) _STR(x)
Expand Down

0 comments on commit f1e5cf2

Please sign in to comment.