Skip to content

Commit

Permalink
bump ver
Browse files Browse the repository at this point in the history
  • Loading branch information
stsdc committed Aug 18, 2017
1 parent 14e4b1c commit c9f26d8
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
5 changes: 3 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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 "$")

Expand Down Expand Up @@ -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/)
6 changes: 6 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
com.github.stsdc.monitor (0.2.5) xenial; urgency=low

* Initial Release.

-- Stanisław Dac <[email protected]> Fri, 18 Aug 2017 18:11:55 +0200

com.github.stsdc.monitor (0.2.4) xenial; urgency=low

* Initial Release.
Expand Down

0 comments on commit c9f26d8

Please sign in to comment.