summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLinus Walleij <triad@df.lth.se>2009-01-21 23:59:40 +0000
committerLinus Walleij <triad@df.lth.se>2009-01-21 23:59:40 +0000
commitb17b9f1a0898138a164acf6d3a2df01f66f9319d (patch)
tree21fd4d5f3a486e894dad1a2fc63a56c2e14cdf42
parent7e3b307439ede600ed466095b30ff21133a0923c (diff)
downloadlibmtp-0-3-6.tar.gz
Release 0.3.6libmtp-0-3-6
-rw-r--r--ChangeLog5
-rw-r--r--configure.ac2
-rw-r--r--src/Makefile.am2
3 files changed, 7 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 6b1a18a..e43ddc6 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2009-01-22 Linus Walleij <triad@df.lth.se>
+
+ * configure.ac: bump to 0.3.6 and release.
+ * src/Makefile.am: interface bump to libmtp.so.8.0.1
+
2009-01-16 Linus Walleij <triad@df.lth.se>
* src/ptp.c: sync to upstream.
diff --git a/configure.ac b/configure.ac
index 0e5398e..1a7ed13 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], [0.3.5], [libmtp-discuss@lists.sourceforge.net])
+AC_INIT([libmtp], [0.3.6], [libmtp-discuss@lists.sourceforge.net])
AM_INIT_AUTOMAKE([foreign])
AC_CONFIG_SRCDIR([src/libmtp.c])
AM_CONFIG_HEADER(config.h)
diff --git a/src/Makefile.am b/src/Makefile.am
index b9fbc68..cc32af4 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -30,7 +30,7 @@ EXTRA_DIST=libmtp.h.in libmtp.sym ptp-pack.c
# ---------------------------------------------------------------------------
CURRENT=10
AGE=2
-REVISION=0
+REVISION=1
SOVERSION=$(CURRENT):$(REVISION):$(AGE)
if COMPILE_MINGW32