From 0f87cedb777e2f0954f3d7fc9fcff2a9616d6f15 Mon Sep 17 00:00:00 2001 From: "Dirk-Jan C. Binnema" Date: Wed, 16 Feb 2022 18:30:21 +0200 Subject: [PATCH] build: bump version to 1.7.8 --- configure.ac | 4 ++-- meson.build | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/configure.ac b/configure.ac index 8971a018..3c65c873 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -## Copyright (C) 2008-2021 Dirk-Jan C. Binnema +## Copyright (C) 2008-2022 Dirk-Jan C. Binnema ## ## This program is free software; you can redistribute it and/or modify ## it under the terms of the GNU General Public License as published by @@ -15,7 +15,7 @@ ## Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. AC_PREREQ([2.68]) -AC_INIT([mu],[1.7.7],[https://github.com/djcb/mu/issues],[mu]) +AC_INIT([mu],[1.7.8],[https://github.com/djcb/mu/issues],[mu]) AC_COPYRIGHT([Copyright (C) 2008-2021 Dirk-Jan C. Binnema]) AC_CONFIG_HEADERS([config.h]) AC_CONFIG_SRCDIR([mu/mu.cc]) diff --git a/meson.build b/meson.build index 598f283b..15135daa 100644 --- a/meson.build +++ b/meson.build @@ -1,4 +1,4 @@ -## Copyright (C) 2021 Dirk-Jan C. Binnema +## Copyright (C) 2022 Dirk-Jan C. Binnema ## ## This program is free software; you can redistribute it and/or modify ## it under the terms of the GNU General Public License as published by @@ -18,7 +18,7 @@ # project setup # project('mu', ['c', 'cpp'], - version: '1.7.7', + version: '1.7.8', meson_version: '>= 0.52.0', # debian 10 license: 'GPL-3.0-or-later', default_options : [