aboutsummaryrefslogtreecommitdiffstats
path: root/patchlvl.h
diff options
context:
space:
mode:
authorBryan Newbold <bnewbold@robocracy.org>2017-02-20 00:05:25 -0800
committerBryan Newbold <bnewbold@robocracy.org>2017-02-20 00:05:25 -0800
commit3278b75942bdbe706f7a0fba87729bb1e935b68b (patch)
treedcad4048dfc0b38367047426b2b14501bf5ff257 /patchlvl.h
parentdb04688faa20f3576257c0fe41752ec435beab9a (diff)
downloadscm-3278b75942bdbe706f7a0fba87729bb1e935b68b.tar.gz
scm-3278b75942bdbe706f7a0fba87729bb1e935b68b.zip
Import Upstream version 5d2upstream/5d2
Diffstat (limited to 'patchlvl.h')
-rw-r--r--patchlvl.h15
1 files changed, 6 insertions, 9 deletions
diff --git a/patchlvl.h b/patchlvl.h
index 1313eb4..ac7f137 100644
--- a/patchlvl.h
+++ b/patchlvl.h
@@ -4,17 +4,14 @@
# 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=5c3
+VERSION=5d2
#endif
#ifndef SCMVERSION
-# define SCMVERSION "5c3"
+# define SCMVERSION "5d2"
#endif
-#ifndef RTL
-# ifdef nosve
-# define INIT_FILE_NAME "Init5c3_scm";
-# endif
-# ifndef INIT_FILE_NAME
-# define INIT_FILE_NAME "Init5c3.scm"
-# endif
+#ifdef nosve
+# define INIT_FILE_NAME "Init"SCMVERSION"_scm";
+#else
+# define INIT_FILE_NAME "Init"SCMVERSION".scm"
#endif