Bump version to 1.12.1
This commit is contained in:
parent
a8f0ea83db
commit
bbbc19b5ab
6
NEWS
6
NEWS
|
@ -1,3 +1,9 @@
|
|||
pluma 1.12.1
|
||||
============
|
||||
|
||||
* Add --without-matedesktop option to enable build without
|
||||
dependency on libmate-desktop
|
||||
|
||||
pluma 1.12.0
|
||||
============
|
||||
|
||||
|
|
|
@ -4,7 +4,7 @@ AC_PREREQ(2.63.2)
|
|||
|
||||
m4_define(pluma_major_version, 1)
|
||||
m4_define(pluma_minor_version, 12)
|
||||
m4_define(pluma_micro_version, 0)
|
||||
m4_define(pluma_micro_version, 1)
|
||||
m4_define(pluma_version, pluma_major_version.pluma_minor_version.pluma_micro_version)
|
||||
|
||||
AC_INIT([pluma], [pluma_version],
|
||||
|
|
Loading…
Reference in New Issue