diff options
author | Harald Welte <laforge@gnumonks.org> | 2011-10-10 08:46:40 +0200 |
---|---|---|
committer | Harald Welte <laforge@gnumonks.org> | 2011-10-10 08:46:40 +0200 |
commit | 17f56f385b6899206a38cf4e1885d19cbaf8bfc9 (patch) | |
tree | 672eefabd508cac7b004cecdc8290172b71df40b /src/gsm | |
parent | 78122ab56817693feaee3f50307ebae72a2492d0 (diff) |
update LIBVERSION to reflect new API additions
Diffstat (limited to 'src/gsm')
-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 c0f72b3f..f27dff2f 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:0:0 +LIBVERSION=1:1:0 INCLUDES = $(all_includes) -I$(top_srcdir)/include AM_CFLAGS = -fPIC -Wall |