[mm-common] 1.0.2



commit 85381b86dcc2490d2b080c178477df9eb65103ca
Author: Kjell Ahlstedt <kjellahlstedt gmail com>
Date:   Fri Sep 25 13:52:54 2020 +0200

    1.0.2

 NEWS         | 10 ++++++++++
 configure.ac |  2 +-
 meson.build  |  2 +-
 3 files changed, 12 insertions(+), 2 deletions(-)
---
diff --git a/NEWS b/NEWS
index c4d9a8d..9a187a4 100644
--- a/NEWS
+++ b/NEWS
@@ -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+'
 )


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]