summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--README2
-rw-r--r--configure.ac2
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.