Fixed versioning tag

This commit is contained in:
Pax1601
2023-12-14 17:39:42 +01:00
parent 27c78d6a67
commit 2c403a9283
24 changed files with 191 additions and 25 deletions

View File

@@ -1,6 +1,6 @@
#pragma once
#define VERSION "{{OLYMPUS_VERSION_NUMBER}}_{{OLYMPUS_COMMIT_HASH}}"
#define VERSION "{{OLYMPUS_VERSION_NUMBER}}.{{OLYMPUS_COMMIT_HASH}}"
#define LOG_NAME "Olympus_log.txt"
#define REST_ADDRESS "http://localhost:30000"
#define REST_URI "olympus"