Increase library revision number
There have been some internal changes to the library, so the revision will be incremented for this release. There is no ABI or API changes so its no real impact.
This commit is contained in:
parent
ce61089059
commit
7e1657db48
@ -4,8 +4,10 @@ AM_CPPFLAGS = \
|
|||||||
-I$(top_srcdir)/include \
|
-I$(top_srcdir)/include \
|
||||||
-DLOCALEDIR=\"$(localedir)\"
|
-DLOCALEDIR=\"$(localedir)\"
|
||||||
|
|
||||||
|
#
|
||||||
|
# See http://www.gnu.org/software/libtool/manual/html_node/Updating-version-info.html
|
||||||
LIBprocps_CURRENT=0
|
LIBprocps_CURRENT=0
|
||||||
LIBprocps_REVISION=0
|
LIBprocps_REVISION=1
|
||||||
LIBprocps_AGE=0
|
LIBprocps_AGE=0
|
||||||
|
|
||||||
lib_LTLIBRARIES = libprocps.la
|
lib_LTLIBRARIES = libprocps.la
|
||||||
|
Loading…
Reference in New Issue
Block a user