Skip to content

Commit c9f26d8

Browse files
author
stsdc
committed
bump ver
1 parent 14e4b1c commit c9f26d8

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

CMakeLists.txt

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ set (DATADIR "${CMAKE_INSALL_PREFIX}/share")
1111
set (PKGDATADIR "${DATADIR}/${PROJECT_NAME}")
1212
set (GETTEXT_PACKAGE ${CMAKE_PROJECT_NAME})
1313
set (RELEASE_NAME "Monitor")
14-
set (VERSION "0.2.4")
14+
set (VERSION "0.2.5")
1515
set (VERSION_INFO "Alpha")
1616
set (DOLLAR "$")
1717

@@ -48,6 +48,7 @@ add_subdirectory (po)
4848
add_subdirectory (data)
4949

5050
# install our .desktop file so the Applications menu will see it
51-
install (FILES ${CMAKE_CURRENT_SOURCE_DIR}/data/com.github.stsdc.monitor.desktop DESTINATION /usr/share/applications/)
51+
install (FILES ${CMAKE_CURRENT_SOURCE_DIR}/data/com.github.stsdc.monitor.desktop DESTINATION /usr/share
52+
/applications/)
5253
# install our .appdata.xml file so AppCenter will see it
5354
install (FILES ${CMAKE_CURRENT_SOURCE_DIR}/data/com.github.stsdc.monitor.appdata.xml DESTINATION /usr/share/metainfo/)

debian/changelog

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
com.github.stsdc.monitor (0.2.5) xenial; urgency=low
2+
3+
* Initial Release.
4+
5+
-- Stanisław Dac <[email protected]> Fri, 18 Aug 2017 18:11:55 +0200
6+
17
com.github.stsdc.monitor (0.2.4) xenial; urgency=low
28

39
* Initial Release.

0 commit comments

Comments
 (0)