Create version file in bootstrap

It is being used in the build process
This commit is contained in:
Wouter Wijsman
2024-10-11 14:33:01 +02:00
parent e680457a60
commit 65b82e3742
3 changed files with 5 additions and 7 deletions

View File

@@ -15,7 +15,7 @@ jobs:
- name: Prepare Doxyfile
run: |
sed -e 's/\$(PROJECT)/PSPSDK/' \
-e 's/\$(VERSION)/'`date +"%Y.%m.%d" | 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/' \