diff options
author | Mitya Selivanov <automainint@guattari.tech> | 2023-09-29 12:25:22 +0200 |
---|---|---|
committer | Mitya Selivanov <automainint@guattari.tech> | 2023-09-29 12:25:22 +0200 |
commit | 1bec45aa796ac286df6848f5f77b0e43ebfe6d82 (patch) | |
tree | e51d63f050110b3edd515a8ff2af4a7472d9da1f | |
parent | 262d062e1c77d201a0e76d4bc615541a3dc87aeb (diff) | |
download | saw-1bec45aa796ac286df6848f5f77b0e43ebfe6d82.zip |
version
-rw-r--r-- | source/saw/version.h | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/source/saw/version.h b/source/saw/version.h new file mode 100644 index 0000000..85d89fc --- /dev/null +++ b/source/saw/version.h @@ -0,0 +1,9 @@ +#ifndef SAW_VERSION_H +#define SAW_VERSION_H + +#define SAW_VERSION_MAJOR 0 +#define SAW_VERSION_MINOR 0 +#define SAW_VERSION_BABY 0 +#define SAW_VERSION_DEV 1 + +#endif |