Skip to content

Commit

Permalink
Release 0.4.11
Browse files Browse the repository at this point in the history
  • Loading branch information
alexlarsson committed Feb 9, 2016
1 parent 51fcc6e commit 0a916c1
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions NEWS
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
Major changes in 0.4.11
=======================
* Fix assertion when installing runtime

Major changes in 0.4.10
=======================
* App desktop files and icons were not being exported to the desktop
Expand Down
4 changes: 2 additions & 2 deletions configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ AC_PREREQ([2.63])

m4_define([xdg_app_major_version], [0])
m4_define([xdg_app_minor_version], [4])
m4_define([xdg_app_micro_version], [10])
m4_define([xdg_app_interface_age], [10])
m4_define([xdg_app_micro_version], [11])
m4_define([xdg_app_interface_age], [11])
m4_define([xdg_app_binary_age],
[m4_eval(100 * xdg_app_minor_version + xdg_app_micro_version)])
m4_define([xdg_app_version],
Expand Down

0 comments on commit 0a916c1

Please sign in to comment.