aboutsummaryrefslogtreecommitdiffstats
path: root/src/vty/Makefile.am
diff options
context:
space:
mode:
authorPau Espin Pedrol <pespin@sysmocom.de>2023-02-07 11:20:41 +0100
committerPau Espin Pedrol <pespin@sysmocom.de>2023-02-07 11:20:42 +0100
commit5f15e4199c036b37109e3bbb86c482c68f53ff43 (patch)
tree6a2b191a38a31a86148c43f145a6f8ce8b7c1f6d /src/vty/Makefile.am
parent672e8d1041c6c8572dd33caae2b5ac4e89a56e1b (diff)
Bump version: 1.7.0.119-b31a-dirty → 1.8.01.8.0osmith/1.8.1
Diffstat (limited to 'src/vty/Makefile.am')
-rw-r--r--src/vty/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/vty/Makefile.am b/src/vty/Makefile.am
index 3da09197..252123da 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=11:0:2
+LIBVERSION=12:0:3
AM_CPPFLAGS = -I$(top_srcdir)/include -I$(top_builddir)/include -I$(top_builddir)
AM_CFLAGS = -Wall $(TALLOC_CFLAGS) $(PTHREAD_CFLAGS)