[mm-common] 1.0.1



commit 0f7f6e48fd7a07f21c6f4edc61f254546f9d484a
Author: Kjell Ahlstedt <kjellahlstedt gmail com>
Date:   Thu Jun 4 18:59:56 2020 +0200

    1.0.1

 NEWS         | 12 ++++++++++++
 configure.ac |  2 +-
 meson.build  |  2 +-
 3 files changed, 14 insertions(+), 2 deletions(-)
---
diff --git a/NEWS b/NEWS
index 2605bcc..c4d9a8d 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,15 @@
+mm-common 1.0.1 (2020-06-04)
+
+* Make libstdc++.tag retrieval work for Windows
+  (Chun-wei Fan) Merge request !3
+* skeletonmm/meson.build: Check if .git is a directory or a file
+  (Kjell Ahlstedt) Merge request pangomm!8 (Ting-Wei Lan)
+* util: Add check-dllexport-usage.py to check gmmproc version
+  (Chun-wei Fan) Merge request !5
+* skeletonmm: Improve the Meson build system
+  (Kjell Ahlstedt)
+
+
 mm-common 1.0.0 (2019-10-29)
 
 * Rename directory build/ to am_include/
diff --git a/configure.ac b/configure.ac
index f933e4b..98b1a94 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.0], [https://gitlab.gnome.org/GNOME/mm-common/issues/],
+AC_INIT([mm-common], [1.0.1], [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 df2a3c3..2136c54 100644
--- a/meson.build
+++ b/meson.build
@@ -1,7 +1,7 @@
 # This file is part of mm-common.
 
 project('mm-common',
-  version: '1.0.0',
+  version: '1.0.1',
   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]