diff options
author | Bryan Newbold <bnewbold@robocracy.org> | 2017-03-03 00:56:40 -0800 |
---|---|---|
committer | Bryan Newbold <bnewbold@robocracy.org> | 2017-03-03 00:56:40 -0800 |
commit | fd5f104f287427fee885583bc398c137674e6af0 (patch) | |
tree | 151d1875fdbbc52fd992f53ee197f7070c5f73d1 /patchlvl.h | |
parent | 90889a692076f2c62486607d0354e0fca52364bc (diff) | |
download | scm-upstream.tar.gz scm-upstream.zip |
New upstream version 5f2upstream/5f2upstream
Diffstat (limited to 'patchlvl.h')
-rw-r--r-- | patchlvl.h | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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"; |