diff --git a/doc/Changelog b/doc/Changelog index f42bc11..0e0dd2b 100644 --- a/doc/Changelog +++ b/doc/Changelog @@ -41,6 +41,11 @@ sysvinit (2.90) UNRELEASED; urgency=low for now. * Fixed compile error on Fedora 28 where crypt() will not link due to undocumented dependency change. + * Updated Makefile to make sure correct version number and correct + version of fiels are used. Makefile was pulling from master to create + tarballs with old version information when trying to create beta + snapshot. + * Updated version information in init.c sysvinit (2.89) world; urgency=low diff --git a/src/init.c b/src/init.c index 455ebc3..c90e29e 100644 --- a/src/init.c +++ b/src/init.c @@ -7,7 +7,7 @@ * * Version: @(#)init.c 2.86 30-Jul-2004 miquels@cistron.nl */ -#define VERSION "2.89" +#define VERSION "2.90" #define DATE "26-Mar-2010" /* * This file is part of the sysvinit suite,