Skip to content

Commit

Permalink
update version in CMakeLists.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
han16nah committed Dec 9, 2024
1 parent cccaeeb commit 4868a02
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 @@ -15,8 +15,8 @@ if(SKBUILD)
set(HELIOS_VERSION ${SKBUILD_PROJECT_VERSION})
set(HELIOS_VERSION_FULL ${SKBUILD_PROJECT_VERSION_FULL})
else()
set(HELIOS_VERSION "1.3.0")
set(HELIOS_VERSION_FULL "1.3.0")
set(HELIOS_VERSION "2.0.0")
set(HELIOS_VERSION_FULL "2.0.0")
endif()

project(Helios++
Expand Down

0 comments on commit 4868a02

Please sign in to comment.