From 7fcebafd08bddacaf1fc4411fe7e6720aa4ab74a Mon Sep 17 00:00:00 2001 From: Patrick McCarty Date: Fri, 2 Oct 2015 12:08:29 -0700 Subject: [PATCH] Bump version for release This release fixes the handling of a server HTTP 304 response, now treating it as non-fatal. --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index abbe99b..b973a13 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, 21, arjan@linux.intel.com) +AC_INIT(clr-debug-info, 22, arjan@linux.intel.com) AM_INIT_AUTOMAKE([foreign -Wall -W subdir-objects]) AM_SILENT_RULES([yes]) AC_PROG_CC