Skip to content

Commit

Permalink
Release 4.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
codygarver committed Jan 2, 2019
1 parent 7b03652 commit 29d5d71
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 3 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Expand Up @@ -15,8 +15,8 @@ set (UI_DIR "${CMAKE_INSTALL_PREFIX}/share/${CMAKE_PROJECT_NAME}/ui")
set (APP_NAME "${CMAKE_PROJECT_NAME}")
set (TESTDATA_DIR "${CMAKE_SOURCE_DIR}/data/tests")
set (TERMINAL_NAME "io.elementary.terminal")
set (PACKAGE_VERSION 4.1.1)
set (VERSION 4.1.1)
set (PACKAGE_VERSION 4.1.2)
set (VERSION 4.1.2)
configure_file (${CMAKE_SOURCE_DIR}/config.h.cmake ${CMAKE_BINARY_DIR}/config.h)

add_definitions ("-DGETTEXT_PACKAGE=\"${GETTEXT_PACKAGE}\"")
Expand Down
8 changes: 8 additions & 0 deletions data/io.elementary.files.appdata.xml.in.in
Expand Up @@ -58,6 +58,14 @@
<content_attribute id="money-gambling">none</content_attribute>
</content_rating>
<releases>
<release version="4.1.2" date="2019-01-02" urgency="medium">
<description>
<ul>
<li>Plugin build fixes</li>
<li>Updated translations</li>
</ul>
</description>
</release>
<release version="4.1.1" date="2018-12-28" urgency="medium">
<description>
<ul>
Expand Down
2 changes: 1 addition & 1 deletion meson.build
@@ -1,4 +1,4 @@
project('io.elementary.files', 'vala', 'c', version: '4.1.1', meson_version: '>= 0.42.0')
project('io.elementary.files', 'vala', 'c', version: '4.1.2', meson_version: '>= 0.42.0')

#
# Meson module imports
Expand Down

0 comments on commit 29d5d71

Please sign in to comment.