summaryrefslogtreecommitdiff
path: root/lily-test.h
diff options
context:
space:
mode:
authorsanine <sanine.net@pm.me>2022-07-14 10:25:34 -0500
committersanine <sanine.net@pm.me>2022-07-14 10:25:34 -0500
commit0b23c4f4ed105790a5c87262dc6b523d30e8f052 (patch)
tree1785e81ed0dfc1ccc606072cf499895451ec292b /lily-test.h
parentcc80cf55b8abe040d11a4cfb6c105c94290082fe (diff)
begin using semantic versioningv1.0.0
Diffstat (limited to 'lily-test.h')
-rw-r--r--lily-test.h4
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>