Skip to content

Commit

Permalink
Update version to 1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
loostrum authored Jul 14, 2020
1 parent 83aecc7 commit 4d26cb3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ find_package (CUDA REQUIRED)
set (CMAKE_MODULE_PATH ${CMAKE_MODULE_PATH} ${CMAKE_SOURCE_DIR}/cmake)

# expose some variables to the source code
set (ringbuffer_VERSION_MAJOR 0)
set (ringbuffer_VERSION_MINOR 1)
set (ringbuffer_VERSION_MAJOR 1)
set (ringbuffer_VERSION_MINOR 0)
configure_file ("src/config.h.in" "${PROJECT_BINARY_DIR}/config.h")
include_directories ("${PROJECT_BINARY_DIR}")

Expand Down

0 comments on commit 4d26cb3

Please sign in to comment.