New upstream version 1.1.2. v1.1.2
authorRichard W.M. Jones <rjones@redhat.com>
Tue, 20 Aug 2013 19:08:23 +0000 (20:08 +0100)
committerRichard W.M. Jones <rjones@redhat.com>
Tue, 20 Aug 2013 19:08:23 +0000 (20:08 +0100)
configure.ac

index 7c7fa96..da29912 100644 (file)
 # with this program; if not, write to the Free Software Foundation, Inc.,
 # 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
 
-AC_INIT([qemu-sanity-check],[1.1.1])
+AC_INIT([qemu-sanity-check],[1.1.2])
 AM_INIT_AUTOMAKE([foreign])
 
 dnl Only used temporarily while the spec file is contained in the
 dnl tarball.  We will remove this later.
-AC_SUBST([RPM_RELEASE],[2])
+AC_SUBST([RPM_RELEASE],[1])
 
 dnl Check for basic C environment.
 AC_PROG_CC_STDC