From bca3bdefdae78cbfbd10a831f04eb6598468302a Mon Sep 17 00:00:00 2001 From: Patrick McCarty Date: Wed, 5 Jun 2019 15:34:59 -0700 Subject: [PATCH] Release v50 - Convert clr_debug_prepare to a bash script, also incorporating a few improvements and bug fixes into the rewrite. Signed-off-by: Patrick McCarty --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 8d88cf1..60124f1 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, 49, arjan@linux.intel.com) +AC_INIT(clr-debug-info, 50, arjan@linux.intel.com) AM_INIT_AUTOMAKE([foreign -Wall -W subdir-objects]) AM_SILENT_RULES([yes]) AC_PROG_CC