diff options
author | Harald Welte <laforge@gnumonks.org> | 2019-01-19 21:59:07 +0100 |
---|---|---|
committer | Harald Welte <laforge@gnumonks.org> | 2019-01-19 22:07:56 +0100 |
commit | a0c1cba28a661d9d5c7fcb092afe37e4bd70eeca (patch) | |
tree | 8dfc57039b3ceac901e1ee16a423943b69b5d6db /src/gsm | |
parent | 6915a219b284dd5bd69fa449b92fd6f04481b803 (diff) |
Bump version: 0.12.0.128-8dfde → 1.0.0
Change-Id: I1bd973754b1ebc42283f6a07defa60f58523f5a3
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 c4b5fce3..9066500d 100644 --- a/src/gsm/Makefile.am +++ b/src/gsm/Makefile.am @@ -1,7 +1,7 @@ # This is _NOT_ the library release version, it's an API version. # Please read chapter "Library interface versions" of the libtool documentation # before making any modifications: https://www.gnu.org/software/libtool/manual/html_node/Versioning.html -LIBVERSION=10:0:0 +LIBVERSION=11:0:0 AM_CPPFLAGS = -I$(top_srcdir)/include -I$(top_builddir)/include $(TALLOC_CFLAGS) AM_CFLAGS = -Wall ${GCC_FVISIBILITY_HIDDEN} |