summaryrefslogtreecommitdiff
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
parentcc80cf55b8abe040d11a4cfb6c105c94290082fe (diff)
begin using semantic versioningv1.0.0
-rw-r--r--.gitignore1
-rw-r--r--lily-test.h4
2 files changed, 5 insertions, 0 deletions
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 <stdbool.h>
#include <stddef.h>
#include <stdint.h>