From 37945fcff1ffacb852aec9358467593b1d770f9b Mon Sep 17 00:00:00 2001 From: Pau Espin Pedrol Date: Mon, 20 Aug 2018 15:51:24 +0200 Subject: vty: Makefile: Fix LIBVERSION typo introduced in 0.12.0 release Setting age to 5 is cleary an error, it should be increment by one instead as APIs were added 0.11->0.12 and none modified or removed. Change-Id: I3b3bc808349bc2f949ef9eef64f39e7202ddf946 --- src/vty/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/vty/Makefile.am b/src/vty/Makefile.am index 5d0ded7b..49813c51 100644 --- a/src/vty/Makefile.am +++ b/src/vty/Makefile.am @@ -1,7 +1,7 @@ # This is _NOT_ the library release version, it's an API version. # Please read chapter "Library interface versions" of the libtool documentation # before making any modifications: https://www.gnu.org/software/libtool/manual/html_node/Versioning.html -LIBVERSION=5:0:5 +LIBVERSION=5:0:1 AM_CPPFLAGS = -I$(top_srcdir)/include -I$(top_builddir)/include AM_CFLAGS = -Wall $(TALLOC_CFLAGS) -- cgit v1.2.3