summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKjell Ahlstedt <kjellahlstedt@gmail.com>2019-10-29 18:36:56 +0100
committerKjell Ahlstedt <kjellahlstedt@gmail.com>2019-10-29 18:36:56 +0100
commitffba112d04908cd7badc7e7d39cb09bf6827ec7a (patch)
treef00fd7cf7fdc59b3fd06f3f8aef608a3b09def4b
parent4007a445a252330ff44217b1338e07681cde3a7f (diff)
downloadmm-common-ffba112d04908cd7badc7e7d39cb09bf6827ec7a.tar.gz
1.0.01.0.0
-rw-r--r--NEWS16
-rw-r--r--configure.ac2
-rw-r--r--meson.build2
3 files changed, 18 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index b569a0f..2605bcc 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,19 @@
+mm-common 1.0.0 (2019-10-29)
+
+* Rename directory build/ to am_include/
+ (Kjell Ahlstedt)
+* Add support for building mm-common with Meson.
+ (Kjell Ahlstedt)
+* Support modules that are built with Meson.
+ Add the mm-common-get command.
+ (Kjell Ahlstedt) Merge request !2
+* skeletonmm: Use Meson instead of Autotools.
+ (Kjell Ahlstedt) Issue #1 (Tomasz Kłoczko)
+* MM_AX_CXX_COMPILE_STDCXX():
+ Update based on the upstream AX_CXX_COMPILE_STDCXX() macro.
+ (Murray Cumming)
+
+
mm-common 0.9.12 (2018-04-07)
* MM_AX_CXX_COMPILE_STDCXX():
diff --git a/configure.ac b/configure.ac
index 18da79c..f933e4b 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], [0.9.12], [https://gitlab.gnome.org/GNOME/mm-common/issues/],
+AC_INIT([mm-common], [1.0.0], [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 d0eed8f..3255328 100644
--- a/meson.build
+++ b/meson.build
@@ -1,7 +1,7 @@
# This file is part of mm-common.
project('mm-common',
- version: '0.9.12',
+ version: '1.0.0',
meson_version: '>= 0.50.0', # required for python3.path()
license: 'GPLv2+'
)