Skip to content

Commit

Permalink
Merge pull request #216 from oliverkurth/topic/okurth/version-3.0.0-rc2
Browse files Browse the repository at this point in the history
update version to 3.0.0-rc2
  • Loading branch information
oliverkurth authored Jan 20, 2021
2 parents 89f9cd1 + 43d2e70 commit 4837ac8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
CMAKE_MINIMUM_REQUIRED(VERSION 3.0 FATAL_ERROR)

project(tdnf VERSION 3.0.0 LANGUAGES C)
set(VERSION ${PROJECT_VERSION}-rc)
set(VERSION ${PROJECT_VERSION}-rc2)
set(PROJECT_YEAR 2019)

# Ensure correct directory paths are used for installation
Expand Down

0 comments on commit 4837ac8

Please sign in to comment.