diff options
author | Holger Hans Peter Freyther <holger@moiji-mobile.com> | 2013-11-22 16:05:26 +0100 |
---|---|---|
committer | Holger Hans Peter Freyther <holger@moiji-mobile.com> | 2013-11-22 16:05:26 +0100 |
commit | 56cc60dc2079a63e983d746689fd03d9a48ea8f5 (patch) | |
tree | 3fd949798338e7d2d63ecb94754ddbd30f7afc38 | |
parent | 1fa166462317c6e5de3f5cf0dbf493954c65bef3 (diff) |
gb: Remove comment about ABI changes from the Makefile
Okay. this comment thing has not worked (I totally forgot about it).
I think either we try to find ABI breakages with tools or we use
#error macros and check for a version...
-rw-r--r-- | src/gb/Makefile.am | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/gb/Makefile.am b/src/gb/Makefile.am index 076ad555..dd3f785d 100644 --- a/src/gb/Makefile.am +++ b/src/gb/Makefile.am @@ -1,6 +1,3 @@ -# FIXME: LIBVERSION adjustments required for next version -# ABI of gprs_ns structure changed by adding DSCP. -# # 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 |