From db04688faa20f3576257c0fe41752ec435beab9a Mon Sep 17 00:00:00 2001 From: Bryan Newbold Date: Mon, 20 Feb 2017 00:05:25 -0800 Subject: Import Upstream version 5c3 --- patchlvl.h | 22 +++++++++++++++++----- 1 file changed, 17 insertions(+), 5 deletions(-) (limited to 'patchlvl.h') diff --git a/patchlvl.h b/patchlvl.h index 3564060..1313eb4 100644 --- a/patchlvl.h +++ b/patchlvl.h @@ -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 -- cgit v1.2.3