Skip to content

Commit

Permalink
Release 4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
codygarver committed Oct 16, 2018
1 parent 9ba0de8 commit a5a1ff4
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ set (GNOMELOCALEDIR "${CMAKE_INSTALL_PREFIX}/share/locale/")
set (PLUGIN_DIR "${CMAKE_INSTALL_FULL_LIBDIR}/${CMAKE_PROJECT_NAME}/plugins/")
set (UI_DIR "${CMAKE_INSTALL_PREFIX}/share/${CMAKE_PROJECT_NAME}/ui/")
set (TESTDATA_DIR "${CMAKE_SOURCE_DIR}/data/tests")
set (PACKAGE_VERSION 0.3.5)
set (VERSION 0.3.5)
set (PACKAGE_VERSION 4.0)
set (VERSION 4.0)
configure_file (${CMAKE_SOURCE_DIR}/config.h.cmake ${CMAKE_BINARY_DIR}/config.h)

add_definitions ("-DGETTEXT_PACKAGE=\"${GETTEXT_PACKAGE}\"")
Expand Down
7 changes: 7 additions & 0 deletions data/io.elementary.files.appdata.xml.in
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,13 @@
<content_attribute id="money-gambling">none</content_attribute>
</content_rating>
<releases>
<release version="4.0" date="2018-10-16" urgency="medium">
<description>
<ul>
<_li>Over 100 major and minor bug fixes and improvements</_li>
</ul>
</description>
</release>
<release version="0.3.5" date="2017-06-03" urgency="medium">
<description>
<ul>
Expand Down

0 comments on commit a5a1ff4

Please sign in to comment.