summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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>