summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLinus Walleij <triad@df.lth.se>2011-01-08 23:11:59 +0000
committerLinus Walleij <triad@df.lth.se>2011-01-08 23:11:59 +0000
commit677e6659e3c743f0ec35887d20baafa9825b1746 (patch)
treea425024b73bc34793b7d5ebc55612dacb886d648
parenta8e6bc6884c77203ebe3250b54065da2212eb62d (diff)
downloadlibmtp-677e6659e3c743f0ec35887d20baafa9825b1746.tar.gz
Release 1.0.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 a98aaf1..4be2ad1 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2011-01-09 Linus Walleij <triad@df.lth.se>
+
+ * configure.ac: bump to 1.0.4
+ * src/Makefile.am: bump interface to libmtp.so.8.3.4
+ * Release libmtp 1.0.4
+
2010-12-07 Linus Walleij <triad@df.lth.se>
* configure.ac: make sure the prober only compiles for
diff --git a/configure.ac b/configure.ac
index e67ce4c..9463018 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], [1.0.3], [libmtp-discuss@lists.sourceforge.net])
+AC_INIT([libmtp], [1.0.4], [libmtp-discuss@lists.sourceforge.net])
AC_CONFIG_MACRO_DIR([m4])
AM_INIT_AUTOMAKE([foreign])
AC_CONFIG_SRCDIR([src/libmtp.c])
diff --git a/src/Makefile.am b/src/Makefile.am
index a527903..eab3b86 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -30,7 +30,7 @@ EXTRA_DIST=libmtp.h.in libmtp.sym ptp-pack.c
# ---------------------------------------------------------------------------
CURRENT=11
AGE=3
-REVISION=3
+REVISION=4
SOVERSION=$(CURRENT):$(REVISION):$(AGE)
LT_CURRENT_MINUS_AGE=`expr $(CURRENT) - $(AGE)`