Display build date instead of unchanged version number

This commit is contained in:
Wouter Wijsman
2024-10-11 14:10:55 +02:00
parent cfc0e5f9e2
commit e680457a60
3 changed files with 2 additions and 3 deletions

View File

@@ -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/' \

View File

@@ -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

View File

@@ -1 +0,0 @@
1.0+beta2