summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog6
-rw-r--r--configure.ac2
-rw-r--r--src/Makefile.am4
3 files changed, 9 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog
index 7f7bec0..5ddaede 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2006-12-31 Linus Walleij <triad@df.lth.se>
+
+ * configure.ac: bump to 0.1.2.
+ * src/Makefile.am: bump interface revision. (Compatible.)
+ * RELEASE 0.1.2.
+
2006-12-30 Linus Walleij <triad@df.lth.se>
* examples/pathutils.c: reflect new filetypes.
diff --git a/configure.ac b/configure.ac
index 9a8d06b..468557f 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.1], [libmtp-users@lists.sourceforge.net])
+AC_INIT([libmtp], [0.1.2], [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 e0b0ec0..4ee822d 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -29,9 +29,9 @@ EXTRA_DIST=libmtp.h.in libmtp.sym ptp-pack.c
# increment AGE, Otherwise AGE is reset to 0. If CURRENT has changed,
# REVISION is set to 0, otherwise REVISION is incremented.
# ---------------------------------------------------------------------------
-CURRENT=5
+CURRENT=6
+AGE=1
REVISION=0
-AGE=0
SOVERSION=$(CURRENT):$(REVISION):$(AGE)
if COMPILE_MINGW32