summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog2
-rw-r--r--configure.ac2
2 files changed, 2 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index f13429a..d1ed9bb 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,6 @@
2006-12-28 Linus Walleij <triad@df.lth.se>
- * configure.ac: making older autotools happy.
+ * configure.ac: making older autotools happy. Bump to 0.1.1.
* src/Makefile.am: bump interface for release, also autotools.
* RELEASE libmtp 0.1.1.
diff --git a/configure.ac b/configure.ac
index 2b3d4be..9a8d06b 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.0], [libmtp-users@lists.sourceforge.net])
+AC_INIT([libmtp], [0.1.1], [libmtp-users@lists.sourceforge.net])
AM_INIT_AUTOMAKE([foreign])
AC_CONFIG_SRCDIR([src/libmtp.c])
AM_CONFIG_HEADER(config.h)