Removed DATE define from init.c, not needed anymore.
Updated Changelog in prep for release.
This commit is contained in:
parent
c229965b62
commit
40f40a4166
@ -1,4 +1,4 @@
|
|||||||
sysvinit (2.90) UNRELEASED; urgency=low
|
sysvinit (2.90) world; urgency=low
|
||||||
|
|
||||||
[ Jesse Smith ]
|
[ Jesse Smith ]
|
||||||
* Updated some comments in init.c to answer questions or
|
* Updated some comments in init.c to answer questions or
|
||||||
|
@ -6,9 +6,9 @@
|
|||||||
* telinit [0123456SsQqAaBbCc]
|
* telinit [0123456SsQqAaBbCc]
|
||||||
*
|
*
|
||||||
* Version: @(#)init.c 2.86 30-Jul-2004 miquels@cistron.nl
|
* Version: @(#)init.c 2.86 30-Jul-2004 miquels@cistron.nl
|
||||||
|
* Version: init.c 2.90 18-Jun-2018 jsmith@resonatingmedia.com
|
||||||
*/
|
*/
|
||||||
#define VERSION "2.90"
|
#define VERSION "2.90"
|
||||||
#define DATE "26-Mar-2010"
|
|
||||||
/*
|
/*
|
||||||
* This file is part of the sysvinit suite,
|
* This file is part of the sysvinit suite,
|
||||||
* Copyright (C) 1991-2004 Miquel van Smoorenburg.
|
* Copyright (C) 1991-2004 Miquel van Smoorenburg.
|
||||||
@ -98,7 +98,7 @@
|
|||||||
} while(0)
|
} while(0)
|
||||||
|
|
||||||
/* Version information */
|
/* Version information */
|
||||||
char *Version = "@(#) init " VERSION " " DATE " miquels@cistron.nl";
|
char *Version = "@(#) init " VERSION " miquels@cistron.nl";
|
||||||
char *bootmsg = "version " VERSION " %s";
|
char *bootmsg = "version " VERSION " %s";
|
||||||
#define E_VERSION "INIT_VERSION=sysvinit-" VERSION
|
#define E_VERSION "INIT_VERSION=sysvinit-" VERSION
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user