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 --- .gitignore | 1 + lily-test.h | 4 ++++ 2 files changed, 5 insertions(+) diff --git a/.gitignore b/.gitignore index 7077787..bcd3e1f 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ *~ build img +*.swp 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