Skip to content

Commit

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

0 comments on commit 4f1968e

Please sign in to comment.