From e30219d858edc3463bb55110c6e31051406d3ec5 Mon Sep 17 00:00:00 2001 From: stsdc Date: Tue, 5 Sep 2017 19:17:08 +0200 Subject: [PATCH] bump version & update changelog --- CMakeLists.txt | 2 +- debian/changelog | 8 +++++++- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 3f96127b..647dbf11 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -12,7 +12,7 @@ set (PKGDATADIR "${DATADIR}/${PROJECT_NAME}") set (PREFIX ${CMAKE_INSTALL_PREFIX}) set (GETTEXT_PACKAGE ${CMAKE_PROJECT_NAME}) set (RELEASE_NAME "Monitor") -set (VERSION "0.3.0") +set (VERSION "0.3.1") set (VERSION_INFO "Alpha") set (DOLLAR "$") diff --git a/debian/changelog b/debian/changelog index 1a93c8a1..4d60f53c 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,7 +1,13 @@ +com.github.stsdc.monitor (0.3.1) xenial; urgency=low + + * Added Russian translation + + -- Stanisław Dac Tue, 05 Sep 2017 19:16:05 +0200 + com.github.stsdc.monitor (0.3.0) xenial; urgency=low * A few bugs fixed - * Added dutch and polish translation + * Added Dutch and Polish translation * Added shortcuts (CTRL + E to end process, arrows to navigate in tree) * Added statusbar showing CPU and RAM usage