diff options
author | Linus Walleij <triad@df.lth.se> | 2011-01-08 23:11:59 +0000 |
---|---|---|
committer | Linus Walleij <triad@df.lth.se> | 2011-01-08 23:11:59 +0000 |
commit | 677e6659e3c743f0ec35887d20baafa9825b1746 (patch) | |
tree | a425024b73bc34793b7d5ebc55612dacb886d648 | |
parent | a8e6bc6884c77203ebe3250b54065da2212eb62d (diff) | |
download | libmtp-677e6659e3c743f0ec35887d20baafa9825b1746.tar.gz |
Release 1.0.4
-rw-r--r-- | ChangeLog | 6 | ||||
-rw-r--r-- | configure.ac | 2 | ||||
-rw-r--r-- | src/Makefile.am | 2 |
3 files changed, 8 insertions, 2 deletions
@@ -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)` |