summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLinus Walleij <triad@df.lth.se>2008-01-08 22:35:39 +0000
committerLinus Walleij <triad@df.lth.se>2008-01-08 22:35:39 +0000
commit89daa0988509f4406d9ac071fbd10e1037c9ed85 (patch)
treefb414e0b10ee6a2d3f85790b1a6d83b3e40970aa
parent256c351cc753da08612940c7a8eff6194aa6f01f (diff)
downloadlibmtp-89daa0988509f4406d9ac071fbd10e1037c9ed85.tar.gz
0.2.5 maintenance release.libmtp-0-2-5
-rw-r--r--ChangeLog7
-rw-r--r--configure.ac2
-rw-r--r--src/Makefile.am2
3 files changed, 9 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 0f755cc..545af06 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2007-01-08 Linus Walleij <triad@df.lth.se>
+
+ * configure.ac: bump to 0.2.5.
+ * src/Makefile.am: interface to libmtp.so.7.0.2
+ (compatible).
+ * Release as libmtp 0.2.5. Why not?
+
2007-12-28 Linus Walleij <triad@df.lth.se>
* src/libmtp.c: make libmtp use PTP_OPC_AlbumArtist on albums,
diff --git a/configure.ac b/configure.ac
index b37de69..883bd32 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.4], [libmtp-users@lists.sourceforge.net])
+AC_INIT([libmtp], [0.2.5], [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 bb9ba7d..ada5f51 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -30,7 +30,7 @@ EXTRA_DIST=libmtp.h.in libmtp.sym ptp-pack.c
# ---------------------------------------------------------------------------
CURRENT=7
AGE=0
-REVISION=1
+REVISION=2
SOVERSION=$(CURRENT):$(REVISION):$(AGE)
if COMPILE_MINGW32