aboutsummaryrefslogtreecommitdiffstats
path: root/patchlvl.h
diff options
context:
space:
mode:
authorBryan Newbold <bnewbold@robocracy.org>2017-02-20 00:05:40 -0800
committerBryan Newbold <bnewbold@robocracy.org>2017-02-20 00:05:40 -0800
commit90889a692076f2c62486607d0354e0fca52364bc (patch)
tree9c7f78885db5b48bf1e3ed132b5fabc20e25592e /patchlvl.h
parent710a97992705d67c3ded0d4b270c5978ce29b11f (diff)
downloadscm-90889a692076f2c62486607d0354e0fca52364bc.tar.gz
scm-90889a692076f2c62486607d0354e0fca52364bc.zip
Import Upstream version 5e5upstream/5e5
Diffstat (limited to 'patchlvl.h')
-rw-r--r--patchlvl.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/patchlvl.h b/patchlvl.h
index 7d4b210..f206945 100644
--- a/patchlvl.h
+++ b/patchlvl.h
@@ -4,11 +4,11 @@
# for alpha release, "b" for beta release, "c", and so on), and the
# trailing number is the patchlevel. */
# /* This next line sets VERSION when included from the Makefile */
-VERSION=5e4
+VERSION=5e5
#endif
#ifndef SCMVERSION
-# define SCMVERSION "5e4"
+# define SCMVERSION "5e5"
#endif
#ifdef nosve
# define INIT_FILE_NAME "Init"SCMVERSION"_scm";