1.4.2
This commit is contained in:
parent
940ff3c7f3
commit
efcaac200a
|
@ -4,7 +4,7 @@ AC_PREREQ(2.63.2)
|
|||
|
||||
m4_define(xed_major_version, 1)
|
||||
m4_define(xed_minor_version, 4)
|
||||
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,13 @@
|
|||
xed (1.4.2) sonya; urgency=medium
|
||||
|
||||
[ leigh123linux ]
|
||||
* fix gtksourceprintcompositor.h includes warning (#117)
|
||||
|
||||
[ Clement Lefebvre ]
|
||||
* l10n: Update translations
|
||||
|
||||
-- Clement Lefebvre <root@linuxmint.com> Tue, 23 May 2017 13:35:28 +0100
|
||||
|
||||
xed (1.4.1) sonya; urgency=medium
|
||||
|
||||
* Depend on gtksourceview-3.0 >= 3.14.0
|
||||
|
|
Loading…
Reference in New Issue