Skip to content

Commit

Permalink
Incremented project version to 0.7.2.
Browse files Browse the repository at this point in the history
  • Loading branch information
xvitaly committed Apr 12, 2023
1 parent 3df28e8 commit 76b95c8
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 @@ -11,12 +11,12 @@
cmake_minimum_required(VERSION 3.12)

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

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

0 comments on commit 76b95c8

Please sign in to comment.