diff options
author | Holger Hans Peter Freyther <holger@moiji-mobile.com> | 2014-03-31 15:36:57 +0200 |
---|---|---|
committer | Holger Hans Peter Freyther <holger@moiji-mobile.com> | 2014-03-31 15:40:46 +0200 |
commit | 0c50b17a2636a4a9d471ebbaf2cdb9396390e4cd (patch) | |
tree | 761e6203e7cd9965a1292d1c6ad94165d0794248 /src/gsm | |
parent | 5ade61a4f49bbc5bdff271b3eaff0fc4ffd2fb60 (diff) |
Release: Prepare the release of 0.6.6
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 3162a7fc..46698cdc 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=4:0:0 +LIBVERSION=5:0:0 AM_CFLAGS = -Wall ${GCC_FVISIBILITY_HIDDEN} $(all_includes) -I$(top_srcdir)/include |