Skip to content

Commit

Permalink
Updated to version 2.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
CNugteren committed Oct 23, 2016
1 parent a8c6871 commit dc1cb0b
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.6.0
- Changed timing measurements to now also include the (varying) kernel launch overhead
- It is now possible to set OpenCL compiler options through the env variable CLTUNE_BUILD_OPTIONS
- Added support for compilation under Visual Studio 2013 (MSVC++ 12.0)
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 5)
set(cltune_VERSION_MINOR 6)
set(cltune_VERSION_PATCH 0)

# Options and their default values
Expand Down

0 comments on commit dc1cb0b

Please sign in to comment.