Skip to content

Commit

Permalink
Drafted new release.
Browse files Browse the repository at this point in the history
  • Loading branch information
Kerilk committed Mar 30, 2021
1 parent c60f528 commit 59c098b
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions NEWS
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
Version 2.3.0
=============
Vincent Danjean (1):
Fixed typo in manpage

Brice Videau (3):
Change OCL_ICD_LAYERS to OPENCL_LAYERS to conform to specification
Updated layer support around official CL/cl_layer.h
Updated OpenCL Headers

Version 2.2.14
==============
Brice Videau (1):
Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@


AC_PREREQ([2.67])
AC_INIT([OpenCL ICD Loader], [2.2.14], [ocl-icd-devel@lists.forge.imag.fr], [ocl-icd])
AC_INIT([OpenCL ICD Loader], [2.3.0], [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])
Expand Down

0 comments on commit 59c098b

Please sign in to comment.