diff options
author | Bryan Newbold <bnewbold@robocracy.org> | 2017-02-20 00:05:25 -0800 |
---|---|---|
committer | Bryan Newbold <bnewbold@robocracy.org> | 2017-02-20 00:05:25 -0800 |
commit | db04688faa20f3576257c0fe41752ec435beab9a (patch) | |
tree | 6d638c2e1f65afd5f49d20b2d22ce35bd74705ff /patchlvl.h | |
parent | 1edcb9b62a1a520eddae8403c19d841c9b18737f (diff) | |
download | scm-db04688faa20f3576257c0fe41752ec435beab9a.tar.gz scm-db04688faa20f3576257c0fe41752ec435beab9a.zip |
Import Upstream version 5c3upstream/5c3
Diffstat (limited to 'patchlvl.h')
-rw-r--r-- | patchlvl.h | 22 |
1 files changed, 17 insertions, 5 deletions
@@ -1,8 +1,20 @@ -/* SCMVERSION is a string for the version specifier. The leading - number is the major version number, the letter is the revision ("a" - for alpha release, "b" for beta release, "c", and so on), and the - trailing number is the patchlevel. */ + +#if 0 /* SCMVERSION is a string for the version specifier. The leading + # number is the major version number, the letter is the revision ("a" + # 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 +#endif #ifndef SCMVERSION -# define SCMVERSION "5b3" +# define SCMVERSION "5c3" +#endif +#ifndef RTL +# ifdef nosve +# define INIT_FILE_NAME "Init5c3_scm"; +# endif +# ifndef INIT_FILE_NAME +# define INIT_FILE_NAME "Init5c3.scm" +# endif #endif |