From ab59e12359da72003803629d7cab57ff302f0b85 Mon Sep 17 00:00:00 2001 From: Vincent Danjean Date: Tue, 28 May 2013 21:18:56 +0200 Subject: [PATCH] Release 2.0.3 Update NEWS file --- NEWS | 10 ++++++++++ configure.ac | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index 3f81ac6..dae2932 100644 --- a/NEWS +++ b/NEWS @@ -1,4 +1,14 @@ +Version 2.0.3 +============= + +Brice Videau (1): + Small potential bugfix and hopefull norm interpretation. + +Vincent Danjean (2): + Fix PATH for "make installcheck" + Release 2.0.3 + Version 2.0.2 ============= diff --git a/configure.ac b/configure.ac index 3439fd5..21d2c8b 100644 --- a/configure.ac +++ b/configure.ac @@ -2,7 +2,7 @@ # Process this file with autoconf to produce a configure script. AC_PREREQ([2.67]) -AC_INIT([OpenCL ICD Loader], [2.0.2], [ocl-icd-devel@lists.forge.imag.fr], [ocl-icd]) +AC_INIT([OpenCL ICD Loader], [2.0.3], [ocl-icd-devel@lists.forge.imag.fr], [ocl-icd]) AC_CONFIG_SRCDIR([ocl_icd_loader.c]) AC_CONFIG_AUX_DIR([build-aux]) AC_CONFIG_HEADERS([config.h]) -- 2.32.0.93.g670b81a890