Skip to content

Commit

Permalink
build: bump version to 1.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
djcb committed Jun 25, 2022
1 parent d80ae94 commit 84974e1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
## Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.

AC_PREREQ([2.68])
AC_INIT([mu],[1.7.28],[https://github.com/djcb/mu/issues],[mu])
AC_INIT([mu],[1.8.0],[https://github.com/djcb/mu/issues],[mu])
AC_COPYRIGHT([Copyright (C) 2008-2022 Dirk-Jan C. Binnema])
AC_CONFIG_HEADERS([config.h])
AC_CONFIG_SRCDIR([mu/mu.cc])
Expand Down
2 changes: 1 addition & 1 deletion meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
# project setup
#
project('mu', ['c', 'cpp'],
version: '1.7.28',
version: '1.8.0',
meson_version: '>= 0.52.0', # debian 10
license: 'GPL-3.0-or-later',
default_options : [
Expand Down

0 comments on commit 84974e1

Please sign in to comment.