From ca2b5acc1584deb51eaaa7de77179527a1ae2dcb Mon Sep 17 00:00:00 2001 From: AKuHAK <621640+AKuHAK@users.noreply.github.com> Date: Thu, 1 Apr 2021 15:34:17 +0300 Subject: [PATCH] PS2Ident v0.850 --- .github/workflows/compilation.yml | 1 + README.md | 2 +- main.h | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) 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"