Updated Makefile and version information.

This commit is contained in:
Jesse Smith 2018-05-20 17:21:18 -03:00
parent 4732d28994
commit 56e1041034
2 changed files with 6 additions and 1 deletions

View File

@ -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

View File

@ -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,