summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKjell Ahlstedt <kjellahlstedt@gmail.com>2020-06-04 18:59:56 +0200
committerKjell Ahlstedt <kjellahlstedt@gmail.com>2020-06-04 18:59:56 +0200
commit0f7f6e48fd7a07f21c6f4edc61f254546f9d484a (patch)
tree09e6abd484c312034fdc4c173d6e69c8df9e2812
parent8b19f31e63be6c4d1b7b646aa87e2feae0b1f346 (diff)
downloadmm-common-0f7f6e48fd7a07f21c6f4edc61f254546f9d484a.tar.gz
1.0.11.0.1
-rw-r--r--NEWS12
-rw-r--r--configure.ac2
-rw-r--r--meson.build2
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+'
)