From f2ab2f5083aa3cc245d63406744ea5a0ac87381c Mon Sep 17 00:00:00 2001 From: "Dirk-Jan C. Binnema" Date: Sat, 20 Aug 2022 10:40:08 +0300 Subject: [PATCH] build: bump version to 1.9.0 The start of the new development series. --- NEWS.org | 11 +++++++++++ meson.build | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/NEWS.org b/NEWS.org index 4ee4d3c8..4264a113 100644 --- a/NEWS.org +++ b/NEWS.org @@ -1,6 +1,17 @@ #+STARTUP:showall * NEWS (user visible changes & bigger non-visible ones) +* 1.9 (unreleased development version) + +*** building + + - the autotools build (which was deprecated since 1.8) has now been removed. + we thank it for its services since 2008. We continue with ~meson~. + + However, we still have ~autogen.sh~ and a ~Makefile~ which can be helpful for + driving ~meson~-based builds. Think of the ~Makefile~ as a convenient place to + put common action for which I always forget the ~meson~ incantation.** + * 1.8 (released on June 25, 2022) (there are some changes in the installation procedure compared to 1.6.x; see diff --git a/meson.build b/meson.build index 2d49c95b..4e8d5d78 100644 --- a/meson.build +++ b/meson.build @@ -18,7 +18,7 @@ # project setup # project('mu', ['c', 'cpp'], - version: '1.8.9', + version: '1.9.0', meson_version: '>= 0.52.0', # debian 10 license: 'GPL-3.0-or-later', default_options : [