Skip to content

Commit

Permalink
Merge pull request #485 from 3dgeo-heidelberg/cmakelists_version_update
Browse files Browse the repository at this point in the history
update version in CMakeLists.txt
  • Loading branch information
han16nah authored Dec 9, 2024
2 parents cccaeeb + 4868a02 commit fc2abdb
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 fc2abdb

Please sign in to comment.