summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLinus Walleij <triad@df.lth.se>2008-11-07 22:36:15 +0000
committerLinus Walleij <triad@df.lth.se>2008-11-07 22:36:15 +0000
commit54c468c7e6dec0884e1154535c441e3619a45e7b (patch)
tree1eb89c2384bfdecd825d8a9ed6afa331168f5d03
parentdbbfecc8dadf688dea618b067c050c0009b2e204 (diff)
downloadlibmtp-54c468c7e6dec0884e1154535c441e3619a45e7b.tar.gz
Time for 0.3.4libmtp-0-3-4
-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 986d5b1..fc22792 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2008-11-07 Linus Walleij <triad@df.lth.se>
+
+ * Release libmtp 0.3.4.
+ * configure.ac: let's release 0.3.4.
+ * src/Makefile.am: compatible API and ABI.
+
2008-11-05 Linus Walleij <triad@df.lth.se>
* src/libmtp.c: fix the association type problem on
diff --git a/configure.ac b/configure.ac
index 6fbd325..e05cc44 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.3], [libmtp-discuss@lists.sourceforge.net])
+AC_INIT([libmtp], [0.3.4], [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 927f35a..680472b 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -30,7 +30,7 @@ EXTRA_DIST=libmtp.h.in libmtp.sym ptp-pack.c
# ---------------------------------------------------------------------------
CURRENT=9
AGE=1
-REVISION=0
+REVISION=1
SOVERSION=$(CURRENT):$(REVISION):$(AGE)
if COMPILE_MINGW32