Skip to content

Commit

Permalink
updated version number to 2.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolaslg committed Dec 9, 2024
1 parent 8932fce commit bf8ac42
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cmake/version.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
#

set (MAGIX3D_MAJOR_VERSION "2")
set (MAGIX3D_MINOR_VERSION "3")
set (MAGIX3D_RELEASE_VERSION "5")
set (MAGIX3D_MINOR_VERSION "4")
set (MAGIX3D_RELEASE_VERSION "0")
set (MAGIX3D_VERSION ${MAGIX3D_MAJOR_VERSION}.${MAGIX3D_MINOR_VERSION}.${MAGIX3D_RELEASE_VERSION})

0 comments on commit bf8ac42

Please sign in to comment.