diff --git a/CMakeLists.txt b/CMakeLists.txt index e723c5f7..555c960a 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.2.7") +set (VERSION "0.2.8") set (VERSION_INFO "Alpha") set (DOLLAR "$") diff --git a/debian/changelog b/debian/changelog index 52e82d14..38fb7fed 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +com.github.stsdc.monitor (0.2.8) xenial; urgency=low + + * Initial Release. + + -- Stanisław Dac Sun, 20 Aug 2017 14:40:56 +0200 + com.github.stsdc.monitor (0.2.7) xenial; urgency=low * Initial Release.