Skip to content

Commit

Permalink
Restored version number 1.8.1 before creating release assets (oops)
Browse files Browse the repository at this point in the history
  • Loading branch information
BrunoLevy committed Nov 5, 2022
1 parent a7b26e4 commit d018bda
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 @@ -50,7 +50,7 @@ include(cmake/geogram.cmake)

set(VORPALINE_VERSION_MAJOR 1)
set(VORPALINE_VERSION_MINOR 8)
set(VORPALINE_VERSION_PATCH 2)
set(VORPALINE_VERSION_PATCH 1)
set(VORPALINE_VERSION ${VORPALINE_VERSION_MAJOR}.${VORPALINE_VERSION_MINOR}.${VORPALINE_VERSION_PATCH})

set(VORPALINE_INCLUDE_SUBPATH geogram${VORPALINE_VERSION_MAJOR})
Expand Down

0 comments on commit d018bda

Please sign in to comment.