diff --git a/doc/Changelog b/doc/Changelog index 7a53ae8..a60d01e 100644 --- a/doc/Changelog +++ b/doc/Changelog @@ -1,4 +1,4 @@ -sysvinit (2.90) UNRELEASED; urgency=low +sysvinit (2.90) world; urgency=low [ Jesse Smith ] * Updated some comments in init.c to answer questions or diff --git a/src/init.c b/src/init.c index c90e29e..01ec191 100644 --- a/src/init.c +++ b/src/init.c @@ -6,9 +6,9 @@ * telinit [0123456SsQqAaBbCc] * * 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 DATE "26-Mar-2010" /* * This file is part of the sysvinit suite, * Copyright (C) 1991-2004 Miquel van Smoorenburg. @@ -98,7 +98,7 @@ } while(0) /* Version information */ -char *Version = "@(#) init " VERSION " " DATE " miquels@cistron.nl"; +char *Version = "@(#) init " VERSION " miquels@cistron.nl"; char *bootmsg = "version " VERSION " %s"; #define E_VERSION "INIT_VERSION=sysvinit-" VERSION