Skip to content

Commit

Permalink
Incremented version to 0.7.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
xvitaly committed Aug 4, 2022
1 parent e38a2aa commit cec38bc
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 @@ -7,12 +7,12 @@
cmake_minimum_required(VERSION 3.12)

project(tuned-switcher
VERSION 0.7.0
VERSION 0.7.1
DESCRIPTION "Simple utility to manipulate the Tuned service"
HOMEPAGE_URL "https://github.com/EasyCoding/tuned-switcher"
LANGUAGES CXX
)
set(RELEASE_DATE "2022-03-03")
set(RELEASE_DATE "2022-08-04")

set(CMAKE_CXX_STANDARD 17)
set(CMAKE_CXX_STANDARD_REQUIRED ON)
Expand Down

0 comments on commit cec38bc

Please sign in to comment.