library: Adjust version for release
Previous release incremented the age instead of incrementing the revision. The age can only increment if revision (internal changes only) or current (API changes) also increments. A C:R:A of 8.0.2 means its the latest revision of 8.0 library and any binary linked against 8.0 will work. This is our third revision of the 8.0 library. References: https://www.gnu.org/software/libtool/manual/html_node/Updating-version-info.html
This commit is contained in:
@@ -209,8 +209,8 @@ w_SOURCES = w.c lib/fileutils.c
|
||||
|
||||
# See http://www.gnu.org/software/libtool/manual/html_node/Updating-version-info.html
|
||||
LIBprocps_CURRENT=8
|
||||
LIBprocps_REVISION=0
|
||||
LIBprocps_AGE=1
|
||||
LIBprocps_REVISION=2
|
||||
LIBprocps_AGE=0
|
||||
|
||||
proc_libprocps_la_LIBADD = $(LIB_KPARTS)
|
||||
|
||||
|
Reference in New Issue
Block a user