From deb3451cddb7d380a1b79a031fc0081b7bc60edb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20G=C3=B3rny?= Date: Thu, 13 Jan 2011 21:23:33 +0100 Subject: [PATCH] Bump PV to 0.0.7.1. --- NEWS | 3 +++ configure.ac | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index a3e76b0..b5850ea 100644 --- a/NEWS +++ b/NEWS @@ -1,6 +1,9 @@ uam NEWS +uam-0.0.7.1: + * switch the buildsystem to autotools. + uam-0.0.7: * fix cleaning up mountpoints, * general code cleanup, diff --git a/configure.ac b/configure.ac index 1418aa2..36f2be7 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ AC_PREREQ([2.60]) -AC_INIT([uam], [0.0.7]) +AC_INIT([uam], [0.0.7.1]) AC_CONFIG_AUX_DIR([build-aux]) AM_INIT_AUTOMAKE([1.6 foreign dist-bzip2 no-dependencies])