Skip to content

Commit

Permalink
Prepare for release
Browse files Browse the repository at this point in the history
  • Loading branch information
stsdc committed Nov 28, 2017
1 parent 30c7425 commit 4080776
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ set (PKGDATADIR "${DATADIR}/${PROJECT_NAME}")
set (PREFIX ${CMAKE_INSTALL_PREFIX})
set (GETTEXT_PACKAGE ${CMAKE_PROJECT_NAME})
set (RELEASE_NAME "Monitor")
set (VERSION "0.3.1")
set (VERSION "0.3.2")
set (VERSION_INFO "Alpha")
set (DOLLAR "$")

Expand Down Expand Up @@ -55,4 +55,4 @@ configure_file (
IMMEDIATE @ONLY)

add_custom_target (uninstall
COMMAND ${CMAKE_COMMAND} -P ${CMAKE_CURRENT_BINARY_DIR}/Uninstall.cmake)
COMMAND ${CMAKE_COMMAND} -P ${CMAKE_CURRENT_BINARY_DIR}/Uninstall.cmake)
10 changes: 10 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
com.github.stsdc.monitor (0.3.2) xenial; urgency=low

* Ukrainian translation
* French translation
* Lithuanian translation
* German translation
* Spanish translation

-- Stanisław Dac <[email protected]> Tue, 28 Nov 2017 18:17:00 +0100

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

* Added Russian translation
Expand Down

0 comments on commit 4080776

Please sign in to comment.