Skip to content

Commit

Permalink
bump version in stable-3.0 branch to 3.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
oliverkurth committed Apr 1, 2021
1 parent e56dda9 commit 08ee998
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 @@ -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)
Expand Down

0 comments on commit 08ee998

Please sign in to comment.