From 08ee998533e82ba2a3b4bfd3c543dd8d47787204 Mon Sep 17 00:00:00 2001 From: Oliver Kurth Date: Thu, 1 Apr 2021 13:36:25 -0700 Subject: [PATCH] bump version in stable-3.0 branch to 3.0.1 --- CMakeLists.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 244171a2..835a60a4 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -9,9 +9,9 @@ CMAKE_MINIMUM_REQUIRED(VERSION 3.0 FATAL_ERROR) -project(tdnf VERSION 3.0.0 LANGUAGES C) +project(tdnf VERSION 3.0.1 LANGUAGES C) set(VERSION ${PROJECT_VERSION}) -set(PROJECT_YEAR 2019) +set(PROJECT_YEAR 2021) # Ensure correct directory paths are used for installation include(GNUInstallDirs)