Skip to content

Commit 7015b0d

Browse files
committed
Incremented version to 0.4.0.
1 parent c7a1093 commit 7015b0d

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

CMakeLists.txt

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,12 @@
77
cmake_minimum_required(VERSION 3.12)
88

99
project(tuned-switcher
10-
VERSION 0.3.0
10+
VERSION 0.4.0
1111
DESCRIPTION "Simple utility to manipulate the Tuned service"
1212
HOMEPAGE_URL "https://github.com/EasyCoding/tuned-switcher"
1313
LANGUAGES CXX
1414
)
15-
set(RELEASE_DATE "2021-07-01")
15+
set(RELEASE_DATE "2021-07-10")
1616

1717
set(CMAKE_CXX_STANDARD 17)
1818
set(CMAKE_CXX_STANDARD_REQUIRED ON)

packaging/fedora/tuned-switcher.spec

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
%undefine __cmake_in_source_build
22

33
Name: tuned-switcher
4-
Version: 0.3.0
4+
Version: 0.4.0
55
Release: 1%{?dist}
66

77
# Main code - GPLv3+.
@@ -61,5 +61,5 @@ desktop-file-validate %{buildroot}%{_datadir}/applications/*.desktop
6161
%{_mandir}/man1/%{name}.1*
6262

6363
%changelog
64-
* Thu Jul 01 2021 Vitaly Zaitsev <[email protected]> - 0.3.0-1
65-
- Updated to version 0.3.0.
64+
* Sat Jul 10 2021 Vitaly Zaitsev <[email protected]> - 0.4.0-1
65+
- Updated to version 0.4.0.

0 commit comments

Comments
 (0)