From d2ae4175f0723492b729e2fdfd057d0280b0f301 Mon Sep 17 00:00:00 2001 From: Aurelien Bouteiller Date: Tue, 12 Jan 2021 10:06:47 -0500 Subject: [PATCH] Release v20.12 Signed-off-by: Aurelien Bouteiller --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 0f4496776..d83981506 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -30,7 +30,7 @@ set (PARSEC_VERSION_RELEASE 0) # Devel master have no release number set (PARSEC_VERSION_RELEASE 2012) # Set and uncomment for a release # Set the following values for a release -set(GIT_COMMIT_TAG v20.12rc1) +set(GIT_COMMIT_TAG parsec-3.0.2012) # Configure the installation paths set(PARSEC_INSTALL_INCLUDEDIR ${CMAKE_INSTALL_INCLUDEDIR})