summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog6
-rw-r--r--configure.ac2
-rw-r--r--src/Makefile.am6
3 files changed, 10 insertions, 4 deletions
diff --git a/ChangeLog b/ChangeLog
index ee5ce80..2ad5950 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2008-09-25 Linus Walleij <triad@df.lth.se>
+
+ * configure.ac: bump to 0.3.3.
+ * src/Makefile.am: interface to .so.8.1.0
+ * Release as 0.3.3.
+
2008-09-24 Linus Walleij <triad@df.lth.se>
* src/libmtp.h.in: add new filename setting functions, patch
diff --git a/configure.ac b/configure.ac
index 167c645..6fbd325 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.2], [libmtp-discuss@lists.sourceforge.net])
+AC_INIT([libmtp], [0.3.3], [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 96eba9b..927f35a 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -28,9 +28,9 @@ EXTRA_DIST=libmtp.h.in libmtp.sym ptp-pack.c
# increment AGE, Otherwise AGE is reset to 0. If CURRENT has changed,
# REVISION is set to 0, otherwise REVISION is incremented.
# ---------------------------------------------------------------------------
-CURRENT=8
-AGE=0
-REVISION=2
+CURRENT=9
+AGE=1
+REVISION=0
SOVERSION=$(CURRENT):$(REVISION):$(AGE)
if COMPILE_MINGW32