summaryrefslogtreecommitdiff
path: root/src/Makefile.am
diff options
context:
space:
mode:
authorMarcus Meissner <marcus@jet.franken.de>2015-04-11 11:57:06 +0200
committerMarcus Meissner <marcus@jet.franken.de>2015-04-11 11:57:06 +0200
commitd8931fe25341bfd270c4d43e26c9aa79028ee471 (patch)
tree58c7be504a02b3ebd809364d85c7989f0630220f /src/Makefile.am
parent113fa29d9023d7758b26018858554e44ea847eee (diff)
downloadlibmtp-d8931fe25341bfd270c4d43e26c9aa79028ee471.tar.gz
bump the minor version of the library, as we added a new function
export (LIBMTP_Check_Capability)
Diffstat (limited to 'src/Makefile.am')
-rw-r--r--src/Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index fec2f46..d00e372 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -47,8 +47,8 @@ EXTRA_DIST=libmtp.h.in libmtp.sym ptp-pack.c
# increment AGE, Otherwise AGE is reset to 0. If CURRENT has changed,
# REVISION is set to 0, otherwise REVISION is incremented.
# ---------------------------------------------------------------------------
-CURRENT=11
-AGE=2
+CURRENT=12
+AGE=3
REVISION=0
SOVERSION=$(CURRENT):$(REVISION):$(AGE)
LT_CURRENT_MINUS_AGE=`expr $(CURRENT) - $(AGE)`