Skip to content

Commit

Permalink
Update CMakeLists.txt set developer version to dev1.
Browse files Browse the repository at this point in the history
  • Loading branch information
hsorby authored Jun 22, 2023
1 parent 1ec27e5 commit e5df379
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 @@ -28,7 +28,7 @@ endif()
project(Zinc VERSION 4.0.0 LANGUAGES C CXX)

# Set this to the development release or release candidate version.
set(Zinc_DEVELOPER_VERSION ".dev0")
set(Zinc_DEVELOPER_VERSION ".dev1")

# The name for the project seen in directory paths
set(ZINC_BASE_NAME zinc)
Expand Down

0 comments on commit e5df379

Please sign in to comment.