From 5dffad8c9ad6c87521908a999a5aba64f83420ab Mon Sep 17 00:00:00 2001 From: "Richard W.M. Jones" Date: Thu, 22 Aug 2013 14:04:04 +0100 Subject: [PATCH] Version 1.1.3. --- configure.ac | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/configure.ac b/configure.ac index f4bd011..7abd199 100644 --- a/configure.ac +++ b/configure.ac @@ -15,12 +15,12 @@ # 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.2]) +AC_INIT([qemu-sanity-check],[1.1.3]) 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 -- 1.8.3.1