Skip to content

Commit

Permalink
bump version to 3.1.6
Browse files Browse the repository at this point in the history
  • Loading branch information
oliverkurth committed Jan 4, 2022
1 parent 940a4ef commit a86e47a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#
# Copyright (C) 2019-2020 VMware, Inc. All Rights Reserved.
# Copyright (C) 2019-2022 VMware, Inc. All Rights Reserved.
#
# Licensed under the GNU General Public License v2 (the "License");
# you may not use this file except in compliance with the License. The terms
Expand All @@ -9,9 +9,9 @@

CMAKE_MINIMUM_REQUIRED(VERSION 3.0 FATAL_ERROR)

project(tdnf VERSION 3.1.5 LANGUAGES C)
project(tdnf VERSION 3.1.6 LANGUAGES C)
set(VERSION ${PROJECT_VERSION})
set(PROJECT_YEAR 2021)
set(PROJECT_YEAR 2022)

# Ensure correct directory paths are used for installation
include(GNUInstallDirs)
Expand Down

0 comments on commit a86e47a

Please sign in to comment.