summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLinus Walleij <triad@df.lth.se>2008-08-25 20:55:15 +0000
committerLinus Walleij <triad@df.lth.se>2008-08-25 20:55:15 +0000
commit5b17d8f787be8e9b1409bce45dae93feb39909a9 (patch)
tree34a12f8b062a93addbbc7f2bd92ca262bc46594d
parent103a78e77d0691079a941239452a14f597b12811 (diff)
downloadlibmtp-5b17d8f787be8e9b1409bce45dae93feb39909a9.tar.gz
Prepare 0.3.1 releaselibmtp-0-3-1
-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 f9331e9..29468ed 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2008-08-25 Linus Walleij <triad@df.lth.se>
+
+ * src/Makefile.am: bump interface a patchlevel. (Fully
+ compatible.)
+ * configure.ac: bump version to 0.3.1.
+ * Release as libmtp 0.3.1.
+
2008-08-18 Linus Walleij <triad@df.lth.se>
* src/libusb-glue.c: some vartype and return flunkies.
diff --git a/configure.ac b/configure.ac
index 583aa62..ac727c0 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.0], [libmtp-discuss@lists.sourceforge.net])
+AC_INIT([libmtp], [0.3.1], [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 ec97d0e..d6f5b81 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=0
+REVISION=1
SOVERSION=$(CURRENT):$(REVISION):$(AGE)
if COMPILE_MINGW32