From f5212ebc677f6655512e248e28b1634cb9ee1476 Mon Sep 17 00:00:00 2001 From: dependabot-abi Date: Fri, 1 Oct 2021 12:04:52 +1300 Subject: [PATCH] Prepare release. --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index a69d1a299..7aebccced 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -20,7 +20,7 @@ endif() project(Zinc VERSION 3.5.0 LANGUAGES C CXX) # Set this to the development release or release candidate version. -set(Zinc_DEVELOPER_VERSION ".dev0") +set(Zinc_DEVELOPER_VERSION "") # The name for the project seen in directory paths set(ZINC_BASE_NAME zinc)