diff options
| author | raveit65 <[email protected]> | 2016-09-19 08:06:53 +0200 |
|---|---|---|
| committer | raveit65 <[email protected]> | 2016-09-19 08:06:53 +0200 |
| commit | 1df2f59b9c15712e2652a7fc9c13dee88f84db8c (patch) | |
| tree | 1ddc1d61e1ae4112ea01bbaf3d14c78188c2a6af | |
| parent | 15a676f32126c067b755f16929cbcbace9cc1780 (diff) | |
| download | pluma-1df2f59b9c15712e2652a7fc9c13dee88f84db8c.tar.bz2 pluma-1df2f59b9c15712e2652a7fc9c13dee88f84db8c.tar.xz | |
release 1.16.0v1.16.0
| -rw-r--r-- | configure.ac | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac index 190e59e1..ba1656a1 100644 --- a/configure.ac +++ b/configure.ac @@ -3,8 +3,8 @@ dnl Process this file with autoconf to produce a configure script. AC_PREREQ(2.63.2) m4_define(pluma_major_version, 1) -m4_define(pluma_minor_version, 15) -m4_define(pluma_micro_version, 2) +m4_define(pluma_minor_version, 16) +m4_define(pluma_micro_version, 0) m4_define(pluma_version, pluma_major_version.pluma_minor_version.pluma_micro_version) AC_INIT([pluma], [pluma_version], |
