From 0b23c4f4ed105790a5c87262dc6b523d30e8f052 Mon Sep 17 00:00:00 2001 From: sanine Date: Thu, 14 Jul 2022 10:25:34 -0500 Subject: begin using semantic versioning --- lily-test.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'lily-test.h') 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 #include #include -- cgit v1.2.1