Skip to content

Commit

Permalink
Bump libm3f version
Browse files Browse the repository at this point in the history
  • Loading branch information
vijaiaeroastro committed Jun 10, 2024
1 parent 136761f commit 47f53c5
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 @@ -10,7 +10,7 @@ include(GNUInstallDirs)
# Define Version
set(LIB3MF_VERSION_MAJOR 2) # increase on every backward-compatibility breaking change of the API
set(LIB3MF_VERSION_MINOR 3) # increase on every backward compatible change of the API
set(LIB3MF_VERSION_MICRO 1) # increase on on every change that does not alter the API
set(LIB3MF_VERSION_MICRO 2) # increase on on every change that does not alter the API
set(LIB3MF_VERSION_PRERELEASE "") # denotes pre-release information of a version of lib3mf

project(lib3mf
Expand Down

0 comments on commit 47f53c5

Please sign in to comment.