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