summaryrefslogtreecommitdiffstats
path: root/patchlvl.h
diff options
context:
space:
mode:
authorBryan Newbold <bnewbold@robocracy.org>2017-02-20 00:05:23 -0800
committerBryan Newbold <bnewbold@robocracy.org>2017-02-20 00:05:23 -0800
commit5ca6e8e6a4e5c022a6fb5d28f30219c22c99eda8 (patch)
tree9b744b9dbf39e716e56daa620e2f3041968caf19 /patchlvl.h
downloadscm-5ca6e8e6a4e5c022a6fb5d28f30219c22c99eda8.tar.gz
scm-5ca6e8e6a4e5c022a6fb5d28f30219c22c99eda8.zip
Import Upstream version 4e6upstream/4e6
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