From 07e1f033e17f51bdd97c2327f5fef14d77e167bf Mon Sep 17 00:00:00 2001 From: Arjan van de Ven Date: Fri, 26 Dec 2014 11:28:04 -0500 Subject: [PATCH] version 11 --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 0013885..2caacb7 100644 --- a/configure.ac +++ b/configure.ac @@ -2,7 +2,7 @@ # Process this file with autoconf to produce a configure script. AC_PREREQ([2.66]) -AC_INIT(clr-debug-info, 10, arjan@linux.intel.com) +AC_INIT(clr-debug-info, 11, arjan@linux.intel.com) AM_INIT_AUTOMAKE([foreign -Wall -W]) AM_SILENT_RULES([yes]) AC_PROG_CC