Skip to content

Commit

Permalink
Update version and NEWS for 21.10 release
Browse files Browse the repository at this point in the history
  • Loading branch information
jrprice committed Oct 18, 2021
1 parent 5a458ef commit 5c9a39f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

cmake_minimum_required(VERSION 3.1)
project(Oclgrind)
set(Oclgrind_VERSION_MAJOR 19)
set(Oclgrind_VERSION_MAJOR 21)
set(Oclgrind_VERSION_MINOR 10)

include(CheckIncludeFiles)
Expand Down
3 changes: 2 additions & 1 deletion NEWS
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,12 @@ For more information, please visit the Oclgrind Wiki:
https://github.com/jrprice/Oclgrind/wiki


Oclgrind Next
Oclgrind 21.10
==============
- Added initial support for OpenCL 3.0
- Added support for LLVM 11, 12, and 13
- Dropped support for older versions of LLVM
- Various minor bug fixes


Oclgrind 19.10
Expand Down

0 comments on commit 5c9a39f

Please sign in to comment.