diff options
author | monsta <[email protected]> | 2016-12-13 16:11:24 +0300 |
---|---|---|
committer | monsta <[email protected]> | 2016-12-13 16:11:24 +0300 |
commit | 500958dddaf7d7606ef39695a6f0465b3b9137e9 (patch) | |
tree | 8b4308e714af911a40b70ce4fe5801410f975812 | |
parent | 2a680dbab987e632b7049c34a04cc2f1a8b2002c (diff) | |
download | pluma-500958dddaf7d7606ef39695a6f0465b3b9137e9.tar.bz2 pluma-500958dddaf7d7606ef39695a6f0465b3b9137e9.tar.xz |
release 1.17.2v1.17.2
-rw-r--r-- | NEWS | 6 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 7 insertions, 1 deletions
@@ -1,3 +1,9 @@ +pluma 1.17.2 +============ + + * Fix build without X when introspection is enabled + * Some code cleanups + pluma 1.17.1 ============ diff --git a/configure.ac b/configure.ac index 7feddfa3..d2b83381 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, 17) -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], |