Skip to content

Commit

Permalink
[CMakeLists.txt] removing pre-release information
Browse files Browse the repository at this point in the history
  • Loading branch information
3dJan committed Jun 10, 2024
1 parent 0e91f7a commit e94864b
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 @@ -11,7 +11,7 @@ include(GNUInstallDirs)
set(LIB3MF_VERSION_MAJOR 2) # increase on every backward-compatibility breaking change of the API
set(LIB3MF_VERSION_MINOR 4) # increase on every backward compatible change of the API
set(LIB3MF_VERSION_MICRO 0) # increase on on every change that does not alter the API
set(LIB3MF_VERSION_PRERELEASE "implicit") # denotes pre-release information of a version of lib3mf
set(LIB3MF_VERSION_PRERELEASE "") # denotes pre-release information of a version of lib3mf

project(lib3mf
VERSION ${LIB3MF_VERSION_MAJOR}.${LIB3MF_VERSION_MINOR}.${LIB3MF_VERSION_MICRO}
Expand Down

0 comments on commit e94864b

Please sign in to comment.