Skip to content

Commit

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

0 comments on commit 1b2fb3b

Please sign in to comment.