summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog6
-rw-r--r--configure.ac2
-rw-r--r--src/Makefile.am2
3 files changed, 8 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 8b106db..1df5032 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2007-08-07 Linus Walleij <triad@df.lth.se>
+
+ * configure.ac: bump to 0.2.1.
+ * src/Makefile.am: interface to libmtp.so.6.0.1.
+ * Release libmtp 0.2.1!
+
2007-08-06 Linus Walleij <triad@df.lth.se>
* configure.ac: tag on the large file support compilation flag.
diff --git a/configure.ac b/configure.ac
index d1df67a..35501ef 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.2.0], [libmtp-users@lists.sourceforge.net])
+AC_INIT([libmtp], [0.2.1], [libmtp-users@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 79e1df6..282deed 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -31,7 +31,7 @@ EXTRA_DIST=libmtp.h.in libmtp.sym ptp-pack.c
# ---------------------------------------------------------------------------
CURRENT=6
AGE=0
-REVISION=0
+REVISION=1
SOVERSION=$(CURRENT):$(REVISION):$(AGE)
if COMPILE_MINGW32