Prepare for 1.2. 1.2
authorRichard Jones <rjones@redhat.com>
Thu, 17 Dec 2009 17:18:41 +0000 (17:18 +0000)
committerRichard Jones <rjones@redhat.com>
Thu, 17 Dec 2009 17:18:41 +0000 (17:18 +0000)
README
configure.ac

diff --git a/README b/README
index a97fdb3..a363ddb 100644 (file)
--- 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):
 
index 5b209d8..59578cf 100644 (file)
@@ -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.