diff options
author | Sylvain Munaut <tnt@246tNt.com> | 2011-11-24 17:53:53 +0100 |
---|---|---|
committer | Sylvain Munaut <tnt@246tNt.com> | 2011-11-24 17:53:53 +0100 |
commit | 40a87002472ee61f71396430a913d14efe0d6cdb (patch) | |
tree | 8620dd8a5a675da456f593113413108ed8283874 /src | |
parent | 29eb92db02afed5ba060ac861bcffe7e61915f71 (diff) |
libosmocore: Update LIBVERSION because of ABI chaanges
The recent convolutional code changes break the ABI.
Signed-off-by: Sylvain Munaut <tnt@246tNt.com>
Diffstat (limited to 'src')
-rw-r--r-- | src/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index 25da356a..079d0b4c 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=3:0:0 +LIBVERSION=4:0:0 INCLUDES = $(all_includes) -I$(top_srcdir)/include -I$(top_builddir)/include AM_CFLAGS = -fPIC -Wall |