diff --git a/.github/workflows/doxygen.yml b/.github/workflows/doxygen.yml index 1a6a625b..28be09d5 100644 --- a/.github/workflows/doxygen.yml +++ b/.github/workflows/doxygen.yml @@ -15,7 +15,7 @@ jobs: - name: Prepare Doxyfile run: | sed -e 's/\$(PROJECT)/PSPSDK/' \ - -e 's/\$(VERSION)/'`cat VERSION | xargs echo -n`'/' \ + -e 's/\$(VERSION)/'`date +"%Y.%m.%d" | xargs echo -n`'/' \ -e 's/\$(SRCDIR)/src/g' \ -e 's/\$(GENERATE_LATEX)/NO/' \ -e 's/\$(HAVE_DOT)/YES/' \ diff --git a/README.md b/README.md index 7bde60ae..1c951875 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ [![CI](https://img.shields.io/github/actions/workflow/status/pspdev/pspsdk/.github/workflows/compilation.yml?branch=master&style=for-the-badge&logo=github&label=CI)](https://github.com/pspdev/pspsdk/actions?query=workflow:CI) [![CI-Docker](https://img.shields.io/github/actions/workflow/status/pspdev/pspsdk/.github/workflows/docker.yml?branch=master&style=for-the-badge&logo=github&label=CI-Docker)](https://github.com/pspdev/pspsdk/actions?query=workflow:CI-Docker) -Version 1.0+beta2 - https://github.com/pspdev/pspsdk +https://github.com/pspdev/pspsdk ## Introduction diff --git a/VERSION b/VERSION deleted file mode 100644 index 5519b6c2..00000000 --- a/VERSION +++ /dev/null @@ -1 +0,0 @@ -1.0+beta2