diff options
| author | frosty <gabriel@bwaaa.monster> | 2026-09-16 16:32:06 -0400 |
|---|---|---|
| committer | frosty <gabriel@bwaaa.monster> | 2026-09-16 16:32:06 -0400 |
| commit | 4c8d764d171ec77ff626cec273c44ec7e7a995fc (patch) | |
| tree | dc36193e611ece53c8f7e74d1dea71f8d9e7004e /src/Version/Version.c | |
| download | yapssg-master.tar.gz | |
Diffstat (limited to 'src/Version/Version.c')
| -rw-r--r-- | src/Version/Version.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/Version/Version.c b/src/Version/Version.c new file mode 100644 index 0000000..4f4a1ea --- /dev/null +++ b/src/Version/Version.c @@ -0,0 +1,3 @@ +#include "Version/Version.h" + +const char yapssg_version[] = "0.1.0"; |
