summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--version.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/version.h b/version.h
new file mode 100644
index 0000000..39dad05
--- /dev/null
+++ b/version.h
@@ -0,0 +1,11 @@
+/*
+ * This header file provides the versioning-related #defines for a
+ * particular build of Halibut.
+ *
+ * When my automated build system does a full build, Buildscr
+ * completely overwrites this file with information derived from the
+ * circumstances and type of that build. The information _here_ is
+ * default stuff used for local development runs of 'make'.
+ */
+
+#define VERSION "unidentified version"