1.4.6
This commit is contained in:
parent
dbc8b3468b
commit
b55ddb2fd2
|
@ -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, 5)
|
||||
m4_define(xed_micro_version, 6)
|
||||
m4_define(xed_version, xed_major_version.xed_minor_version.xed_micro_version)
|
||||
|
||||
AC_INIT([xed], [xed_version],
|
||||
|
|
|
@ -1,3 +1,10 @@
|
|||
xed (1.4.6) sonya; urgency=medium
|
||||
|
||||
[ githpr ]
|
||||
* Use correct value to save the window state in gsettings. (#147)
|
||||
|
||||
-- Clement Lefebvre <root@linuxmint.com> Sat, 15 Jul 2017 21:37:18 +0200
|
||||
|
||||
xed (1.4.5) sonya; urgency=medium
|
||||
|
||||
[ JosephMcc ]
|
||||
|
|
Loading…
Reference in New Issue