diff --git a/.github/workflows/compilation.yml b/.github/workflows/compilation.yml index 99f7605..0e69e88 100644 --- a/.github/workflows/compilation.yml +++ b/.github/workflows/compilation.yml @@ -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 diff --git a/README.md b/README.md index c7c2ac9..03f58cf 100644 --- a/README.md +++ b/README.md @@ -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. diff --git a/main.h b/main.h index 5546f59..8437d00 100644 --- a/main.h +++ b/main.h @@ -5,4 +5,4 @@ #define DEBUG_PRINTF(args...) #endif -#define PS2IDENT_VERSION "0.84b" +#define PS2IDENT_VERSION "0.850"