diff options
| author | Richard Jones <rjones@redhat.com> | 2009-12-17 17:18:41 +0000 |
|---|---|---|
| committer | Richard Jones <rjones@redhat.com> | 2009-12-17 17:18:41 +0000 |
| commit | d61ea83d853cf6489ec511ad99267f4acee5ef02 (patch) | |
| tree | 5732abddac4dfafed05ed36b9d326ffa80a50039 | |
| parent | f21cd90155771b905717b764008e9b4f8aa5f422 (diff) | |
Prepare for 1.2.1.2
| -rw-r--r-- | README | 2 | ||||
| -rw-r--r-- | configure.ac | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -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. |
