Updated Makefile and version information.
This commit is contained in:
parent
4732d28994
commit
56e1041034
@ -41,6 +41,11 @@ sysvinit (2.90) UNRELEASED; urgency=low
|
|||||||
for now.
|
for now.
|
||||||
* Fixed compile error on Fedora 28 where crypt() will not link due to
|
* Fixed compile error on Fedora 28 where crypt() will not link due to
|
||||||
undocumented dependency change.
|
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
|
sysvinit (2.89) world; urgency=low
|
||||||
|
@ -7,7 +7,7 @@
|
|||||||
*
|
*
|
||||||
* Version: @(#)init.c 2.86 30-Jul-2004 miquels@cistron.nl
|
* Version: @(#)init.c 2.86 30-Jul-2004 miquels@cistron.nl
|
||||||
*/
|
*/
|
||||||
#define VERSION "2.89"
|
#define VERSION "2.90"
|
||||||
#define DATE "26-Mar-2010"
|
#define DATE "26-Mar-2010"
|
||||||
/*
|
/*
|
||||||
* This file is part of the sysvinit suite,
|
* This file is part of the sysvinit suite,
|
||||||
|
Loading…
Reference in New Issue
Block a user