Skip to content

Commit

Permalink
Update version and NEWS for upcoming 19.10 release
Browse files Browse the repository at this point in the history
  • Loading branch information
jrprice committed Oct 28, 2019
1 parent 4fb0c92 commit 05ee201
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@

cmake_minimum_required(VERSION 2.8.12)
project(Oclgrind)
set(Oclgrind_VERSION_MAJOR 18)
set(Oclgrind_VERSION_MINOR 3)
set(Oclgrind_VERSION_MAJOR 19)
set(Oclgrind_VERSION_MINOR 10)

include(CheckIncludeFiles)
include(CheckIncludeFileCXX)
Expand Down
7 changes: 5 additions & 2 deletions NEWS
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,13 @@ For more information, please visit the Oclgrind Wiki:
https://github.com/jrprice/Oclgrind/wiki


Oclgrind XX.X
=============
Oclgrind 19.10
==============
- Added support for executing commands across multiple command queues
- Added support for out-of-order command queues
- Added support for LLVM 7.0, 8.0 and 9.0
- Dropped support for LLVM 3.9 and 4.0
- Various minor bug fixes


Oclgrind 18.3
Expand Down

0 comments on commit 05ee201

Please sign in to comment.