From 40f40a416662ea251dd29ad662a246e2a5399892 Mon Sep 17 00:00:00 2001 From: Jesse Smith Date: Mon, 18 Jun 2018 19:35:53 -0300 Subject: [PATCH] Removed DATE define from init.c, not needed anymore. Updated Changelog in prep for release. --- doc/Changelog | 2 +- src/init.c | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) 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