Bump version to 1.10.2
This commit is contained in:
parent
4968f9a9de
commit
121e7b4f8a
9
NEWS
9
NEWS
|
@ -1,3 +1,12 @@
|
|||
pluma 1.10.2
|
||||
============
|
||||
|
||||
* Window title: display full path to files on mounted drives
|
||||
* Close confirmation dialog: make text unfocusable
|
||||
* Quickopen plugin: fix filebrowser plugin support
|
||||
* Time plugin: GTK+3 fix
|
||||
* Multiple help fixes
|
||||
|
||||
pluma 1.10.1
|
||||
============
|
||||
|
||||
|
|
|
@ -4,7 +4,7 @@ AC_PREREQ(2.63.2)
|
|||
|
||||
m4_define(pluma_major_version, 1)
|
||||
m4_define(pluma_minor_version, 10)
|
||||
m4_define(pluma_micro_version, 1)
|
||||
m4_define(pluma_micro_version, 2)
|
||||
m4_define(pluma_version, pluma_major_version.pluma_minor_version.pluma_micro_version)
|
||||
|
||||
AC_INIT([pluma], [pluma_version],
|
||||
|
|
Loading…
Reference in New Issue