summaryrefslogtreecommitdiffstats
path: root/patchlvl.h
diff options
context:
space:
mode:
Diffstat (limited to 'patchlvl.h')
-rw-r--r--patchlvl.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/patchlvl.h b/patchlvl.h
new file mode 100644
index 0000000..97543ec
--- /dev/null
+++ b/patchlvl.h
@@ -0,0 +1,8 @@
+/* SCMVERSION is a string for the version specifier. The leading
+ number is the major version number, the letter is the revision ("a"
+ for alpha release, "b" for beta release, "c", and so on), and the
+ trailing number is the patchlevel. */
+
+#ifndef SCMVERSION
+# define SCMVERSION "4e6"
+#endif