1.4.3
This commit is contained in:
parent
c306c1b527
commit
94d68bfca5
|
@ -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, 2)
|
||||
m4_define(xed_micro_version, 3)
|
||||
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.3) sonya; urgency=medium
|
||||
|
||||
[ Mike Krüger ]
|
||||
* bugfix: ugly white border (gtk 3.20>) (#128)
|
||||
|
||||
[ JosephMcc ]
|
||||
* filebrowser: Change an icon name (#132)
|
||||
|
||||
-- Clement Lefebvre <root@linuxmint.com> Tue, 20 Jun 2017 15:22:10 +0200
|
||||
|
||||
xed (1.4.2) sonya; urgency=medium
|
||||
|
||||
[ leigh123linux ]
|
||||
|
|
Loading…
Reference in New Issue