diff options
author | Bryan Newbold <bnewbold@robocracy.org> | 2017-02-20 00:05:23 -0800 |
---|---|---|
committer | Bryan Newbold <bnewbold@robocracy.org> | 2017-02-20 00:05:23 -0800 |
commit | 5ca6e8e6a4e5c022a6fb5d28f30219c22c99eda8 (patch) | |
tree | 9b744b9dbf39e716e56daa620e2f3041968caf19 /patchlvl.h | |
download | scm-5ca6e8e6a4e5c022a6fb5d28f30219c22c99eda8.tar.gz scm-5ca6e8e6a4e5c022a6fb5d28f30219c22c99eda8.zip |
Import Upstream version 4e6upstream/4e6
Diffstat (limited to 'patchlvl.h')
-rw-r--r-- | patchlvl.h | 8 |
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 |