diff --git a/CMakeLists.txt b/CMakeLists.txt index 4d1e78a5..3adb2126 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.4") +set (VERSION "0.2.5") set (VERSION_INFO "Alpha") set (DOLLAR "$") @@ -48,6 +48,7 @@ add_subdirectory (po) add_subdirectory (data) # install our .desktop file so the Applications menu will see it -install (FILES ${CMAKE_CURRENT_SOURCE_DIR}/data/com.github.stsdc.monitor.desktop DESTINATION /usr/share/applications/) +install (FILES ${CMAKE_CURRENT_SOURCE_DIR}/data/com.github.stsdc.monitor.desktop DESTINATION /usr/share +/applications/) # install our .appdata.xml file so AppCenter will see it install (FILES ${CMAKE_CURRENT_SOURCE_DIR}/data/com.github.stsdc.monitor.appdata.xml DESTINATION /usr/share/metainfo/) \ No newline at end of file diff --git a/debian/changelog b/debian/changelog index 4dd6e0be..68949033 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +com.github.stsdc.monitor (0.2.5) xenial; urgency=low + + * Initial Release. + + -- Stanisław Dac Fri, 18 Aug 2017 18:11:55 +0200 + com.github.stsdc.monitor (0.2.4) xenial; urgency=low * Initial Release.