summaryrefslogtreecommitdiffstats
path: root/patchlvl.h
diff options
context:
space:
mode:
authorBryan Newbold <bnewbold@robocracy.org>2017-02-20 00:05:27 -0800
committerBryan Newbold <bnewbold@robocracy.org>2017-02-20 00:05:27 -0800
commitc7d035ae1a729232579a0fe41ed5affa131d3623 (patch)
treefb387f7c2a8e01cf603d4c75fbbaa68f711df986 /patchlvl.h
parentdeda2c0fd8689349fea2a900199a76ff7ecb319e (diff)
downloadscm-c7d035ae1a729232579a0fe41ed5affa131d3623.tar.gz
scm-c7d035ae1a729232579a0fe41ed5affa131d3623.zip
Import Upstream version 5d9upstream/5d9
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 7dc9724..cd637d3 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=5d6
+VERSION=5d9
#endif
#ifndef SCMVERSION
-# define SCMVERSION "5d6"
+# define SCMVERSION "5d9"
#endif
#ifdef nosve
# define INIT_FILE_NAME "Init"SCMVERSION"_scm";