diff options
author | Kjell Ahlstedt <kjellahlstedt@gmail.com> | 2020-09-25 13:52:54 +0200 |
---|---|---|
committer | Kjell Ahlstedt <kjellahlstedt@gmail.com> | 2020-09-25 13:52:54 +0200 |
commit | 85381b86dcc2490d2b080c178477df9eb65103ca (patch) | |
tree | 9afe560b8d4be63427da76ea417dcf238de66979 | |
parent | 88b11b180b5a15b50146787bd05a4688c40e6c27 (diff) | |
download | mm-common-85381b86dcc2490d2b080c178477df9eb65103ca.tar.gz |
1.0.21.0.2
-rw-r--r-- | NEWS | 10 | ||||
-rw-r--r-- | configure.ac | 2 | ||||
-rw-r--r-- | meson.build | 2 |
3 files changed, 12 insertions, 2 deletions
@@ -1,3 +1,13 @@ +mm-common 1.0.2 (2020-09-25) + +* util/doc-install.pl: Update for Doxygen >= 1.8.16 + (Kjell Ahlstedt) +* doc-reference.py: Don't include DESTDIR in the DevHelp base path + (Kjell Ahlstedt) Issue #2 (Mart Raudsepp) +* dist-build-scripts.py: Remove files from distribution, if requested + (Kjell Ahlstedt) + + mm-common 1.0.1 (2020-06-04) * Make libstdc++.tag retrieval work for Windows diff --git a/configure.ac b/configure.ac index e19666b..fcd7449 100644 --- a/configure.ac +++ b/configure.ac @@ -15,7 +15,7 @@ ## You should have received a copy of the GNU General Public License ## along with mm-common. If not, see <http://www.gnu.org/licenses/>. -AC_INIT([mm-common], [1.0.1], [https://gitlab.gnome.org/GNOME/mm-common/issues/], +AC_INIT([mm-common], [1.0.2], [https://gitlab.gnome.org/GNOME/mm-common/issues/], [mm-common], [http://www.gtkmm.org/]) AC_PREREQ([2.59]) AC_CONFIG_SRCDIR([util/mm-common-prepare.in]) diff --git a/meson.build b/meson.build index 2136c54..b89ea25 100644 --- a/meson.build +++ b/meson.build @@ -1,7 +1,7 @@ # This file is part of mm-common. project('mm-common', - version: '1.0.1', + version: '1.0.2', meson_version: '>= 0.50.0', # required for python3.path() license: 'GPLv2+' ) |