summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLinus Walleij <triad@df.lth.se>2008-09-19 22:01:48 +0000
committerLinus Walleij <triad@df.lth.se>2008-09-19 22:01:48 +0000
commiteb5d5fe0b625f0ad0ce9eb734cd2120407aee259 (patch)
tree56a9c261ff36d8deff59ac8e7b44840ea18c467a
parent58871aa34fc047462c7cf0c70db759adbc9361fd (diff)
downloadlibmtp-eb5d5fe0b625f0ad0ce9eb734cd2120407aee259.tar.gz
Prepare 0.3.2 releaselibmtp-0-3-2
-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 781ddf9..0bf2be0 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2008-09-20 Linus Walleij <triad@df.lth.se>
+
+ * configure.ac: bump to 0.3.2.
+ * src/Makefile.am: bump to libmtp.so.8.0.2, compatible
+ interface.
+ * Release this as 0.3.2 mainly to get the Creative fixes out.
+
2008-09-17 Linus Walleij <triad@df.lth.se>
* src/libmtp.h.in: new helper macros from
diff --git a/configure.ac b/configure.ac
index ac727c0..167c645 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.1], [libmtp-discuss@lists.sourceforge.net])
+AC_INIT([libmtp], [0.3.2], [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 151c644..96eba9b 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -30,7 +30,7 @@ EXTRA_DIST=libmtp.h.in libmtp.sym ptp-pack.c
# ---------------------------------------------------------------------------
CURRENT=8
AGE=0
-REVISION=1
+REVISION=2
SOVERSION=$(CURRENT):$(REVISION):$(AGE)
if COMPILE_MINGW32