1.6.2
This commit is contained in:
parent
cbdd4d3197
commit
bdfdd2c840
|
@ -4,7 +4,7 @@ AC_PREREQ(2.63.2)
|
|||
|
||||
m4_define(xed_major_version, 1)
|
||||
m4_define(xed_minor_version, 6)
|
||||
m4_define(xed_micro_version, 1)
|
||||
m4_define(xed_micro_version, 2)
|
||||
m4_define(xed_version, xed_major_version.xed_minor_version.xed_micro_version)
|
||||
|
||||
AC_INIT([xed], [xed_version],
|
||||
|
|
|
@ -1,3 +1,10 @@
|
|||
xed (1.6.2) sylvia; urgency=medium
|
||||
|
||||
[ JosephMcc ]
|
||||
* xed-status-combo-box: Simplify the widget heirarchy (#185)
|
||||
|
||||
-- Clement Lefebvre <root@linuxmint.com> Fri, 17 Nov 2017 10:42:21 +0000
|
||||
|
||||
xed (1.6.1) sylvia; urgency=medium
|
||||
|
||||
* l10n: Fix localization in TextSize plugin
|
||||
|
|
Loading…
Reference in New Issue