From bc1294bb1f12e82268f951916bb0830c91ceb2b7 Mon Sep 17 00:00:00 2001 From: Oliver Kurth Date: Tue, 4 Jan 2022 21:26:56 +0000 Subject: [PATCH] bump version to 3.1.7 --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index b6a523a8..7496e1b8 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -9,7 +9,7 @@ CMAKE_MINIMUM_REQUIRED(VERSION 3.0 FATAL_ERROR) -project(tdnf VERSION 3.1.6 LANGUAGES C) +project(tdnf VERSION 3.1.7 LANGUAGES C) set(VERSION ${PROJECT_VERSION}) set(PROJECT_YEAR 2022)