Skip to content

Commit

Permalink
Updated to version 2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
CNugteren committed Mar 31, 2016
1 parent 0dc2a99 commit 5802148
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@

Development version (next release)
Version 2.1.0
- Added exports to be able to create a DLL on Windows (thanks to Marco Hutter)
- Added command-line OpenCL platform selection in the examples (thanks to William J Shipman)

Expand Down
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
cmake_minimum_required(VERSION 2.8.10)
project("cltune" CXX)
set(cltune_VERSION_MAJOR 2)
set(cltune_VERSION_MINOR 0)
set(cltune_VERSION_MINOR 1)
set(cltune_VERSION_PATCH 0)

# Options
Expand Down

0 comments on commit 5802148

Please sign in to comment.