Skip to content

Commit

Permalink
Set version to 4.2.0-rc.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
hsorby committed Dec 3, 2024
1 parent 736ee45 commit 3475e9d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,10 @@ if(POLICY CMP0086)
endif()

# This is the project name and shows up in IDEs
project(Zinc VERSION 4.1.2 LANGUAGES C CXX)
project(Zinc VERSION 4.2.0 LANGUAGES C CXX)

# Set this to the development release or release candidate version.
set(Zinc_VERSION_DEVELOPER ".dev0")
set(Zinc_VERSION_DEVELOPER "-rc.1")

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

0 comments on commit 3475e9d

Please sign in to comment.