Skip to content

Commit

Permalink
Updated to version 2.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
CNugteren committed Jun 29, 2016
1 parent 0526f9d commit 45b2c52
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,8 @@ build_script:

after_build:
- ps: pushd $env:CLTUNE_ROOT
- 7z a CLTune-Windows-%PLATFORM%.zip .\install_dir\*
- ps: mv CLTune-Windows-%PLATFORM%.zip $env:APPVEYOR_BUILD_FOLDER
- 7z a CLTune-Windows-$env:PLATFORM.zip .\install_dir\*
- ps: mv CLTune-Windows-$env:PLATFORM.zip $env:APPVEYOR_BUILD_FOLDER

artifacts:
- path: '*.zip'
Expand Down
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.4.0
- Made it possible to run the unit-tests independently of the provided OpenCL kernel samples
- Added an option to compile in verbose mode for additional diagnostic messages (-DVERBOSE=ON)
- Now using version 6.0 of the CLCudaAPI header
Expand Down
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@ 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 3)
set(cltune_VERSION_PATCH 1)
set(cltune_VERSION_MINOR 4)
set(cltune_VERSION_PATCH 0)

# Options
option(SAMPLES "Enable compilation of sample programs" ON)
Expand Down

0 comments on commit 45b2c52

Please sign in to comment.