Skip to content

Commit

Permalink
Updated to version 2.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
CNugteren committed Sep 27, 2016
1 parent 2a56722 commit 82dd234
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 @@

Next release (development version)
Version 2.5.0
- Updated to version 8.0 of the CLCudaAPI header
- Made it possible to configure the number of times each kernel is run (to average results)

Expand Down
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ set(CMAKE_USER_MAKE_RULES_OVERRIDE_CXX ${CMAKE_CURRENT_SOURCE_DIR}/cmake/cxx_fla
# CMake project details
project("cltune" CXX)
set(cltune_VERSION_MAJOR 2)
set(cltune_VERSION_MINOR 4)
set(cltune_VERSION_MINOR 5)
set(cltune_VERSION_PATCH 0)

# Options
Expand Down

0 comments on commit 82dd234

Please sign in to comment.