diff options
author | Holger Hans Peter Freyther <holger@moiji-mobile.com> | 2013-08-09 17:40:08 +0200 |
---|---|---|
committer | Holger Hans Peter Freyther <holger@moiji-mobile.com> | 2013-08-09 17:41:34 +0200 |
commit | f136013f0d2c2b3156ff3ba26c6257d83e66187b (patch) | |
tree | a4fc160b4d766a34ebd9734550937439de27ba66 /src/gsm | |
parent | 8a1666b1bf630f62f635028edcf49b0f069b9e7a (diff) |
gsm: The LAPDm prim/structs changed, increment current version
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 59d42347..fa2265a3 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=3:0:0 +LIBVERSION=4:0:0 AM_CFLAGS = -Wall ${GCC_FVISIBILITY_HIDDEN} $(all_includes) -I$(top_srcdir)/include |