From 1fd1ba444af3d3618dabe6315ca2fa59820cf6ff Mon Sep 17 00:00:00 2001
From: "Richard W.M. Jones" <rjones@redhat.com>
Date: Tue, 19 Oct 2010 09:31:56 +0100
Subject: [PATCH] Version 1.3.

---
 configure.ac | 4 ++--
 virt-what.in | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/configure.ac b/configure.ac
index 59578cf..137e1f4 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,5 +1,5 @@
 # virt-what
-# Copyright (C) 2008-2009 Red Hat Inc.
+# Copyright (C) 2008-2010 Red Hat Inc.
 #
 # This program is free software; you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
@@ -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.2)
+AC_INIT([virt-what],[1.3])
 AM_INIT_AUTOMAKE([foreign])
 
 dnl Check for basic C environment.
diff --git a/virt-what.in b/virt-what.in
index 375822e..96c18b4 100644
--- a/virt-what.in
+++ b/virt-what.in
@@ -1,6 +1,6 @@
 #!/bin/bash -
 # @configure_input@
-# Copyright (C) 2008-2009 Red Hat Inc.
+# Copyright (C) 2008-2010 Red Hat Inc.
 #
 # This program is free software; you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
-- 
1.8.3.1