diff --git a/CMakeLists.txt b/CMakeLists.txt index b0a37ff6..28ee4695 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -11,7 +11,7 @@ set (DATADIR "${CMAKE_INSALL_PREFIX}/share") set (PKGDATADIR "${DATADIR}/${PROJECT_NAME}") set (GETTEXT_PACKAGE ${CMAKE_PROJECT_NAME}) set (RELEASE_NAME "Monitor") -set (VERSION "0.2") +set (VERSION "0.2.3") set (VERSION_INFO "Alpha") set (DOLLAR "$") diff --git a/debian/changelog b/debian/changelog index 610cf072..1ce4f8ba 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +com.github.stsdc.monitor (0.2.3) xenial; urgency=low + + * Initial Release. + + -- Stanisław Dac Fri, 18 Aug 2017 16:30:09 +0200 + com.github.stsdc.monitor (0.2.2) xenial; urgency=low * Initial Release. diff --git a/debian/control b/debian/control index 86493819..234eaddf 100644 --- a/debian/control +++ b/debian/control @@ -7,7 +7,6 @@ Build-Depends: cmake (>= 2.8), debhelper (>= 9), libgtk-3-dev, libglib2.0-dev, - valac-0.34, valac (>= 0.26), libgranite-dev, libbamf3-dev,