diff options
author | monsta <[email protected]> | 2017-03-30 17:46:54 +0300 |
---|---|---|
committer | monsta <[email protected]> | 2017-03-30 17:46:54 +0300 |
commit | 10259c00954fd7fdd6a1ea4fefb9a9bf3c0054ee (patch) | |
tree | 5a1f84e05b36452e145b3054cb8c9a2187134cd3 /configure.ac | |
parent | 0fd147543d2af1c285393daa92f87070926166d6 (diff) | |
download | pluma-10259c00954fd7fdd6a1ea4fefb9a9bf3c0054ee.tar.bz2 pluma-10259c00954fd7fdd6a1ea4fefb9a9bf3c0054ee.tar.xz |
release 1.16.1v1.16.1
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 38b1bf03..ed879e21 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, 16) -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], |