summaryrefslogtreecommitdiff
path: root/src/Makefile.am
diff options
context:
space:
mode:
authorLinus Walleij <triad@df.lth.se>2012-01-12 23:39:02 +0100
committerLinus Walleij <triad@df.lth.se>2012-01-12 23:39:02 +0100
commit54c4f5bc93ab62c7ee2028b07026e2dda993b192 (patch)
tree4ed1cf1191215abaa5e8bc983b0e07c784f21fd2 /src/Makefile.am
parentb1dcb70319d2afe1bfb43523c3da17cf73c69c0c (diff)
downloadlibmtp-54c4f5bc93ab62c7ee2028b07026e2dda993b192.tar.gz
Bump to 1.1.2 and releaselibmtp-1-1-2
Signed-off-by: Linus Walleij <triad@df.lth.se>
Diffstat (limited to 'src/Makefile.am')
-rw-r--r--src/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index 8fcbe74..48ee93e 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -44,7 +44,7 @@ EXTRA_DIST=libmtp.h.in libmtp.sym ptp-pack.c
# ---------------------------------------------------------------------------
CURRENT=9
AGE=0
-REVISION=1
+REVISION=2
SOVERSION=$(CURRENT):$(REVISION):$(AGE)
LT_CURRENT_MINUS_AGE=`expr $(CURRENT) - $(AGE)`