diff options
author | Michael Smith <mikesmiffy128@gmail.com> | 2024-02-26 18:54:16 +0000 |
---|---|---|
committer | Michael Smith <mikesmiffy128@gmail.com> | 2024-02-26 18:54:16 +0000 |
commit | efd2491a3d19160d9cae2a094e7baa9f2d958196 (patch) | |
tree | 1cbcae136679bc1411c3758c1252ffdc67d7d12b /src/version.h |
Implement initial versionv1.0
Diffstat (limited to 'src/version.h')
-rw-r--r-- | src/version.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/version.h b/src/version.h new file mode 100644 index 0000000..89d1553 --- /dev/null +++ b/src/version.h @@ -0,0 +1,3 @@ +#define VERSION "1.0" +#define VERSION_MAJOR 1 +#define VERSION_MINOR 0 |