Skip to content

Commit 4080776

Browse files
author
stsdc
committed
Prepare for release
1 parent 30c7425 commit 4080776

File tree

2 files changed

+12
-2
lines changed

2 files changed

+12
-2
lines changed

CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ set (PKGDATADIR "${DATADIR}/${PROJECT_NAME}")
1212
set (PREFIX ${CMAKE_INSTALL_PREFIX})
1313
set (GETTEXT_PACKAGE ${CMAKE_PROJECT_NAME})
1414
set (RELEASE_NAME "Monitor")
15-
set (VERSION "0.3.1")
15+
set (VERSION "0.3.2")
1616
set (VERSION_INFO "Alpha")
1717
set (DOLLAR "$")
1818

@@ -55,4 +55,4 @@ configure_file (
5555
IMMEDIATE @ONLY)
5656

5757
add_custom_target (uninstall
58-
COMMAND ${CMAKE_COMMAND} -P ${CMAKE_CURRENT_BINARY_DIR}/Uninstall.cmake)
58+
COMMAND ${CMAKE_COMMAND} -P ${CMAKE_CURRENT_BINARY_DIR}/Uninstall.cmake)

debian/changelog

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
com.github.stsdc.monitor (0.3.2) xenial; urgency=low
2+
3+
* Ukrainian translation
4+
* French translation
5+
* Lithuanian translation
6+
* German translation
7+
* Spanish translation
8+
9+
-- Stanisław Dac <[email protected]> Tue, 28 Nov 2017 18:17:00 +0100
10+
111
com.github.stsdc.monitor (0.3.1) xenial; urgency=low
212

313
* Added Russian translation

0 commit comments

Comments
 (0)