Skip to content

Commit

Permalink
Merge pull request #55 from dbarrow257/dbarrow257/feature/VersionBump
Browse files Browse the repository at this point in the history
Bump to version 1.1.0
  • Loading branch information
dbarrow257 authored Jan 10, 2025
2 parents b1c3c6c + c89ffc3 commit a1010b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ include(${CMAKE_CURRENT_LIST_DIR}/cmake/Modules/NuOscillatorUtils.cmake)
# By default GPU is off
DefineEnabledRequiredSwitch(UseGPU 0)

set(NUOSCILLATOR_VERSION 1.0.3)
set(NUOSCILLATOR_VERSION 1.1.0)

if(${UseGPU} EQUAL 0)
project(NUOSCILLATOR VERSION ${NUOSCILLATOR_VERSION} LANGUAGES CXX)
Expand Down

0 comments on commit a1010b6

Please sign in to comment.