Skip to content

Commit

Permalink
Updated to version 5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
CNugteren committed Apr 22, 2016
1 parent d94b8a8 commit d9eb1aa
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 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 5.0 (2016-04-21):
- Buffers can now also be 'not owned' to disable automatic memory freeing afterwards
- Made 'Buffer::Read' and 'Buffer::ReadAsync' constant methods
- Added new methods to the API:
Expand Down
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
# CMake project details
cmake_minimum_required(VERSION 2.8.10)
project("CLCudaAPI" CXX)
set(CLCudaAPI_VERSION_MAJOR 4)
set(CLCudaAPI_VERSION_MAJOR 5)
set(CLCudaAPI_VERSION_MINOR 0)

# ==================================================================================================
Expand Down
2 changes: 1 addition & 1 deletion include/clpp11.h
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
// Portability here means that a similar header exists for CUDA with the same classes and
// interfaces. In other words, moving from the OpenCL API to the CUDA API becomes a one-line change.
//
// This is version 4.0 of CLCudaAPI.
// This is version 5.0 of CLCudaAPI.
//
// =================================================================================================
//
Expand Down
2 changes: 1 addition & 1 deletion include/cupp11.h
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
// Portability here means that a similar header exists for OpenCL with the same classes and
// interfaces. In other words, moving from the CUDA API to the OpenCL API becomes a one-line change.
//
// This is version 4.0 of CLCudaAPI.
// This is version 5.0 of CLCudaAPI.
//
// =================================================================================================
//
Expand Down

0 comments on commit d9eb1aa

Please sign in to comment.