diff options
author | monsta <[email protected]> | 2016-07-28 11:55:39 +0300 |
---|---|---|
committer | monsta <[email protected]> | 2016-07-28 11:55:39 +0300 |
commit | a37f98c6c563be57039b0895351a1167cead6ecf (patch) | |
tree | 4088a6860b045de27c1c39a3262578b65e019225 | |
parent | 0309e46b72b82b2cc6d9a355442e61f70865719b (diff) | |
download | pluma-a37f98c6c563be57039b0895351a1167cead6ecf.tar.bz2 pluma-a37f98c6c563be57039b0895351a1167cead6ecf.tar.xz |
release 1.15.1v1.15.1
-rw-r--r-- | NEWS | 8 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 9 insertions, 1 deletions
@@ -1,3 +1,11 @@ +pluma 1.15.1 +============ + + * Get rid of dependency on libmate-desktop and drop + --without-matedesktop build option + * Some fixes and cleanups + * Translations update + pluma 1.15.0 ============ diff --git a/configure.ac b/configure.ac index 2b8d9f5a..9e23f7f4 100644 --- a/configure.ac +++ b/configure.ac @@ -4,7 +4,7 @@ AC_PREREQ(2.63.2) m4_define(pluma_major_version, 1) m4_define(pluma_minor_version, 15) -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], |