Skip to content

Commit

Permalink
Updated to version 0.4.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
xvitaly committed Apr 27, 2020
1 parent cfb5ed2 commit 9baa523
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
cmake_minimum_required(VERSION 3.10)

project(zswap-cli VERSION 0.4.0 LANGUAGES CXX)
project(zswap-cli VERSION 0.4.1 LANGUAGES CXX)

set(CMAKE_CXX_STANDARD 17)
set(CMAKE_CXX_STANDARD_REQUIRED ON)
Expand Down
2 changes: 1 addition & 1 deletion packaging/assets/manpage.md
Original file line number Diff line number Diff line change
Expand Up @@ -128,4 +128,4 @@ sudo systemctl stop zswap-cli.service

# AUTHORS

Vitaly Zaitsev ⟨vitaly@easycoding.org.
Copyright (c) 2020 EasyCoding Team and contributors.
5 changes: 4 additions & 1 deletion packaging/fedora/zswap-cli.spec
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Name: zswap-cli
Version: 0.4.0
Version: 0.4.1
Release: 1%{?dist}

Summary: Command-line tool to control zswap options
Expand Down Expand Up @@ -55,6 +55,9 @@ popd
%config(noreplace) %{_sysconfdir}/%{name}.conf

%changelog
* Mon Apr 27 2020 Vitaly Zaitsev <vitaly@easycoding.org> - 0.4.1-1
- Updated to version 0.4.1.

* Sun Apr 26 2020 Vitaly Zaitsev <vitaly@easycoding.org> - 0.4.0-1
- Updated to version 0.4.0.

Expand Down

0 comments on commit 9baa523

Please sign in to comment.