summaryrefslogtreecommitdiff
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
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>
-rw-r--r--configure.ac2
-rw-r--r--src/Makefile.am2
2 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index 4a238a3..d3cfe8e 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,6 +1,6 @@
# Process this file with autoconf to produce a configure script.
AC_PREREQ(2.52)
-AC_INIT([libmtp], [1.1.1], [libmtp-discuss@lists.sourceforge.net])
+AC_INIT([libmtp], [1.1.2], [libmtp-discuss@lists.sourceforge.net])
AC_CONFIG_MACRO_DIR([m4])
AM_INIT_AUTOMAKE([foreign])
AC_CONFIG_SRCDIR([src/libmtp.c])
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)`