aboutsummaryrefslogtreecommitdiffstats
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-08-02 00:09:46 -0700
commit879f4fa041cfdefee655eb877f1a91f86a9c62b7 (patch)
treebc68ac058e5d0a7cf8e7815cbe1070fd60e75589 /patchlvl.h
parentd13fcf5c0bd68f67059b2561c28c40b55e1117a3 (diff)
downloadscm-879f4fa041cfdefee655eb877f1a91f86a9c62b7.tar.gz
scm-879f4fa041cfdefee655eb877f1a91f86a9c62b7.zip
New upstream version 5f2
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";