aboutsummaryrefslogtreecommitdiffstats
path: root/patchlvl.h
diff options
context:
space:
mode:
authorBryan Newbold <bnewbold@robocracy.org>2017-02-20 00:05:31 -0800
committerBryan Newbold <bnewbold@robocracy.org>2017-02-20 00:05:31 -0800
commitae2b295c7deaf2d7c18ad1ed9b6050970e56bae7 (patch)
treeeee15e02ae016333546d3841712be591b2bcb06f /patchlvl.h
parent302e3218b7d487539ec305bf23881a6ee7d5be99 (diff)
downloadscm-ae2b295c7deaf2d7c18ad1ed9b6050970e56bae7.tar.gz
scm-ae2b295c7deaf2d7c18ad1ed9b6050970e56bae7.zip
Import Upstream version 5e2upstream/5e2
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 779b7d8..1c2c038 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=5e1
+VERSION=5e2
#endif
#ifndef SCMVERSION
-# define SCMVERSION "5e1"
+# define SCMVERSION "5e2"
#endif
#ifdef nosve
# define INIT_FILE_NAME "Init"SCMVERSION"_scm";