Skip to content

Commit

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

0 comments on commit dadd306

Please sign in to comment.