[mm-common] 1.0.0



commit ffba112d04908cd7badc7e7d39cb09bf6827ec7a
Author: Kjell Ahlstedt <kjellahlstedt gmail com>
Date:   Tue Oct 29 18:36:56 2019 +0100

    1.0.0

 NEWS         | 16 ++++++++++++++++
 configure.ac |  2 +-
 meson.build  |  2 +-
 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+'
 )


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