summaryrefslogtreecommitdiffstats
path: root/patchlvl.h
diff options
context:
space:
mode:
authorBryan Newbold <bnewbold@robocracy.org>2017-03-03 00:56:40 -0800
committerBryan Newbold <bnewbold@robocracy.org>2017-03-03 00:56:40 -0800
commitfd5f104f287427fee885583bc398c137674e6af0 (patch)
tree151d1875fdbbc52fd992f53ee197f7070c5f73d1 /patchlvl.h
parent90889a692076f2c62486607d0354e0fca52364bc (diff)
downloadscm-7c9d2cc9d07b51358f0bccbf14f9eba54c346b90.tar.gz
scm-7c9d2cc9d07b51358f0bccbf14f9eba54c346b90.zip
New upstream version 5f2upstream/5f2upstream
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 f206945..25ba416 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=5e5
+VERSION=5f2
#endif
#ifndef SCMVERSION
-# define SCMVERSION "5e5"
+# define SCMVERSION "5f2"
#endif
#ifdef nosve
# define INIT_FILE_NAME "Init"SCMVERSION"_scm";