Skip to content

Commit

Permalink
PS2Ident v0.850
Browse files Browse the repository at this point in the history
  • Loading branch information
AKuHAK committed Apr 1, 2021
1 parent a3334ff commit ca2b5ac
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .github/workflows/compilation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -191,6 +191,7 @@ jobs:
with:
repo_token: "${{ secrets.GITHUB_TOKEN }}"
prerelease: false
automatic_release_tag: "stable"
draft: true
files: |
${{ steps.slug.outputs.REPOSITORY_NAME }}-${{ steps.slug.outputs.sha8 }}.7z
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# This is a fork of this project: https://sites.google.com/view/ysai187/home/projects/ps2ident

## PlayStation 2 Identification tool (PS2Ident)
v0.835
v0.850

### Introduction
PS2Ident is an identification tool that allows dumps of a PlayStation 2 console's ROM chips and MECHACON NVRAM to be made.
Expand Down
2 changes: 1 addition & 1 deletion main.h
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@
#define DEBUG_PRINTF(args...)
#endif

#define PS2IDENT_VERSION "0.84b"
#define PS2IDENT_VERSION "0.850"

0 comments on commit ca2b5ac

Please sign in to comment.