Skip to content

Commit

Permalink
bump version to 1.6.7
Browse files Browse the repository at this point in the history
  • Loading branch information
djcb committed Oct 17, 2021
1 parent 0a1f17d commit ca23740
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.6.6],[https://github.com/djcb/mu/issues],[mu])
AC_INIT([mu],[1.6.7],[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])
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.6.6',
version: '1.6.7',
meson_version: '>= 0.52.0', # debian 10
license: 'GPL-3.0-or-later',
default_options : [
Expand Down

0 comments on commit ca23740

Please sign in to comment.