summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLinus Walleij <triad@df.lth.se>2007-01-16 20:42:18 +0000
committerLinus Walleij <triad@df.lth.se>2007-01-16 20:42:18 +0000
commit85a4c038d518f3c83dfd024e3f947f0c6c1f8db8 (patch)
tree2d5fce3c654b4bd14ce0cf488ad964bdcaef7870
parentd85d2bb30e626574578f997738f68ddacb21e45e (diff)
downloadlibmtp-0-1-3.tar.gz
Release 0.1.3.libmtp-0-1-3
-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 d51acc6..fdbb9ca 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2007-01-16 Linus Walleij <triad@df.lth.se>
+
+ * configure.ac: bump and release 0.1.3.
+ * src/Makefile.am: bump interface REVISION. Nothing changed
+ externally really.
+
2007-01-11 Linus Walleij <triad@df.lth.se>
* src/libmtp.sym: updated symbol table for mingw32 but does
diff --git a/configure.ac b/configure.ac
index 468557f..738f5bb 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.1.2], [libmtp-users@lists.sourceforge.net])
+AC_INIT([libmtp], [0.1.3], [libmtp-users@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 4ee822d..41e72eb 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -31,7 +31,7 @@ EXTRA_DIST=libmtp.h.in libmtp.sym ptp-pack.c
# ---------------------------------------------------------------------------
CURRENT=6
AGE=1
-REVISION=0
+REVISION=1
SOVERSION=$(CURRENT):$(REVISION):$(AGE)
if COMPILE_MINGW32