diff options
Diffstat (limited to 'lily-test.h')
-rw-r--r-- | lily-test.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/lily-test.h b/lily-test.h index 90fc2c8..b3df728 100644 --- a/lily-test.h +++ b/lily-test.h @@ -45,6 +45,10 @@ #ifndef LILY_TEST_H #define LILY_TEST_H +#define LILY_VERSION_MAJOR 1 +#define LILY_VERSION_MINOR 0 +#define LILY_VERSION_PATCH 0 + #include <stdbool.h> #include <stddef.h> #include <stdint.h> |