9
0
Fork 0
mirror of https://gerrit.osmocom.org/osmocom-bb synced 2024-08-14 02:26:22 +00:00

update LIBVERSION to reflect new API additions

This commit is contained in:
Harald Welte 2011-10-10 08:46:40 +02:00
parent 78122ab568
commit 17f56f385b
2 changed files with 2 additions and 2 deletions

View file

@ -2,7 +2,7 @@ SUBDIRS=. vty codec gsm
# This is _NOT_ the library release version, it's an API version. # 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 # Please read Chapter 6 "Library interface versions" of the libtool documentation before making any modification
LIBVERSION=2:0:0 LIBVERSION=2:1:0
INCLUDES = $(all_includes) -I$(top_srcdir)/include INCLUDES = $(all_includes) -I$(top_srcdir)/include
AM_CFLAGS = -fPIC -Wall AM_CFLAGS = -fPIC -Wall

View file

@ -1,6 +1,6 @@
# This is _NOT_ the library release version, it's an API version. # 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 # Please read Chapter 6 "Library interface versions" of the libtool documentation before making any modification
LIBVERSION=1:0:0 LIBVERSION=1:1:0
INCLUDES = $(all_includes) -I$(top_srcdir)/include INCLUDES = $(all_includes) -I$(top_srcdir)/include
AM_CFLAGS = -fPIC -Wall AM_CFLAGS = -fPIC -Wall