summaryrefslogtreecommitdiff
path: root/include/config.hpp
diff options
context:
space:
mode:
authorAldrik Ramaekers <aldrikboy@gmail.com>2025-09-13 08:54:05 +0200
committerAldrik Ramaekers <aldrikboy@gmail.com>2025-09-13 08:54:05 +0200
commitfb1ae39f1abe0dd0335489451e09a24e2336e606 (patch)
tree8bd482a824c11b67581679e6a445a39e11b607e7 /include/config.hpp
parent5159a53e58cd4b3652ce6255856d50e15c275f80 (diff)
handle file saving through administration callbacks
Diffstat (limited to 'include/config.hpp')
-rw-r--r--include/config.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/config.hpp b/include/config.hpp
index 88fd041..a0f11c0 100644
--- a/include/config.hpp
+++ b/include/config.hpp
@@ -1,5 +1,6 @@
#pragma once
+// major.minor.patch
#define PROGRAM_VERSION "0.1.0"
#include "stdint.h"