aboutsummaryrefslogtreecommitdiffstats
path: root/src/Makefile.am
diff options
context:
space:
mode:
authorHarald Welte <laforge@gnumonks.org>2019-01-19 21:59:07 +0100
committerHarald Welte <laforge@gnumonks.org>2019-01-19 22:07:56 +0100
commita0c1cba28a661d9d5c7fcb092afe37e4bd70eeca (patch)
tree8dfc57039b3ceac901e1ee16a423943b69b5d6db /src/Makefile.am
parent6915a219b284dd5bd69fa449b92fd6f04481b803 (diff)
Bump version: 0.12.0.128-8dfde → 1.0.01.0.0
Diffstat (limited to 'src/Makefile.am')
-rw-r--r--src/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index dca58651..6ca39ad1 100644
--- a/src/Makefile.am
+++ b/src/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:0
+LIBVERSION=12:0:0
AM_CPPFLAGS = -I$(top_srcdir)/include -I$(top_builddir)/include
AM_CFLAGS = -Wall $(TALLOC_CFLAGS)