aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHarald Welte <laforge@gnumonks.org>2011-10-17 13:26:52 +0200
committerHarald Welte <laforge@gnumonks.org>2011-10-17 13:26:52 +0200
commit4a0a163d817a08662adef7a286cb01cbdef47b05 (patch)
tree9ffec601f9f7a072352b3371c1951cd0fec66ffc
parent9ebc5056b464ffd8384cdd8302361d997cafcfbc (diff)
bump major library version / breaking the ABI with the rb_tree timers
-rw-r--r--src/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index dfc2d493..89b8138f 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -2,7 +2,7 @@ SUBDIRS=. vty codec gsm
# This is _NOT_ the library release version, it's an API version.
# Please read Chapter 6 "Library interface versions" of the libtool documentation before making any modification
-LIBVERSION=2:1:0
+LIBVERSION=3:0:0
INCLUDES = $(all_includes) -I$(top_srcdir)/include
AM_CFLAGS = -fPIC -Wall