Version information is now fetched and defined by the Makefile.

No more need to update the version manually in the init.c source.
This commit is contained in:
Jesse Smith
2018-07-01 18:44:57 -03:00
parent 8cc9f34ca4
commit 7656f9d5f9
4 changed files with 15 additions and 9 deletions
+3 -4
View File
@@ -4,13 +4,12 @@ sysvinit (2.91) UNRELEASED; urgency=low
* Adjusted order of compile flags to make it easier for downstream
to adjust optimization level. Patch provided by Matias Fonzo.
<<<<<<< HEAD
Can now set optimization level in CFLAGS variable.
* Added --version command line flag to display current version info.
Updated manual page for init.8 to match.
=======
Can now set optimization level in CFLAGS varible.
>>>>>>> 5f6d86d216fd25a5086750465e73ed5579a86d18
* Version information is now fetched and defined by the Makefile.
No more need to update the version manually in the init.c source.
sysvinit (2.90) world; urgency=low