diff options
| author | Dirk-Jan C. Binnema <djcb@djcbsoftware.nl> | 2021-01-20 11:19:24 +0200 |
|---|---|---|
| committer | Dirk-Jan C. Binnema <djcb@djcbsoftware.nl> | 2021-01-22 23:24:53 +0200 |
| commit | a850370d68c43d6325cf398424c9e5ff4b24ede0 (patch) | |
| tree | 2de3768a15d8a25d94ea4fe7a014e038538ad30f /configure.ac | |
| parent | bd9e020ab4c1bc23477f1f9af674504885e842a8 (diff) | |
bump version to 1.5.8, update NEWS
Diffstat (limited to 'configure.ac')
| -rw-r--r-- | configure.ac | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac index 9d075b1..f6e345f 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -## Copyright (C) 2008-2020 Dirk-Jan C. Binnema <djcb@djcbsoftware.nl> +## Copyright (C) 2008-2021 Dirk-Jan C. Binnema <djcb@djcbsoftware.nl> ## ## 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.5.7],[https://github.com/djcb/mu/issues],[mu]) +AC_INIT([mu],[1.5.8],[https://github.com/djcb/mu/issues],[mu]) AC_COPYRIGHT([Copyright (C) 2008-2020 Dirk-Jan C. Binnema]) AC_CONFIG_HEADERS([config.h]) AC_CONFIG_SRCDIR([mu/mu.cc]) |
