From 5f34d0d300546a75cd292bdfce9e8fbe2f8fe3e9 Mon Sep 17 00:00:00 2001 From: Vincent Danjean Date: Tue, 22 Oct 2013 21:19:50 +0200 Subject: [PATCH] Release 2.1.1 --- NEWS | 7 +++++++ configure.ac | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index df74407..ef259cc 100644 --- a/NEWS +++ b/NEWS @@ -1,4 +1,11 @@ +Version 2.1.1 +============= + +Vincent Danjean (2): + Fix missing NULL argument handling in clCreateContext + Release 2.1.1 + Version 2.1.0 ============= diff --git a/configure.ac b/configure.ac index 7433dbe..eb6a6f1 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.1.0], [ocl-icd-devel@lists.forge.imag.fr], [ocl-icd]) +AC_INIT([OpenCL ICD Loader], [2.1.1], [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