From d61ea83d853cf6489ec511ad99267f4acee5ef02 Mon Sep 17 00:00:00 2001 From: Richard Jones Date: Thu, 17 Dec 2009 17:18:41 +0000 Subject: [PATCH] Prepare for 1.2. --- README | 2 +- configure.ac | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README b/README index a97fdb3..a363ddb 100644 --- a/README +++ b/README @@ -13,7 +13,7 @@ Build: If you want to run it from the local directory, then you have to set the PATH: - PATH=.:$PATH ./virt-what + PATH=.:$PATH virt-what To install (usually as root): diff --git a/configure.ac b/configure.ac index 5b209d8..59578cf 100644 --- a/configure.ac +++ b/configure.ac @@ -15,7 +15,7 @@ # along with this program; if not, write to the Free Software # Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. -AC_INIT([virt-what],1.1) +AC_INIT([virt-what],1.2) AM_INIT_AUTOMAKE([foreign]) dnl Check for basic C environment. -- 1.8.3.1