diff options
author | Harald Welte <laforge@gnumonks.org> | 2011-12-01 21:12:11 +0100 |
---|---|---|
committer | Harald Welte <laforge@gnumonks.org> | 2011-12-01 21:12:11 +0100 |
commit | 75524cbabd4d7a8cab45d00081fb258aad9267db (patch) | |
tree | b223cc8e0c87f8b4093e1333f725c840ddc1d6f7 /src | |
parent | ad633b09192dd8edc2952f992abfc96d4fe04940 (diff) |
increment LIBVERSION of libosmocore for new api
Diffstat (limited to 'src')
-rw-r--r-- | src/gsm/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gsm/Makefile.am b/src/gsm/Makefile.am index 7a49dba9..2fa6b4dd 100644 --- a/src/gsm/Makefile.am +++ b/src/gsm/Makefile.am @@ -1,6 +1,6 @@ # 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=1:1:0 +LIBVERSION=2:0:1 INCLUDES = $(all_includes) -I$(top_srcdir)/include AM_CFLAGS = -fPIC -Wall |