diff options
-rw-r--r-- | NEWS | 3 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 4 insertions, 1 deletions
@@ -1,3 +1,6 @@ +shared-mime-info 1.13.1 (2019-11-09) +* Fix matching SVG files in some circumstances + shared-mime-info 1.13 (2019-11-09) * Add code of conduct document * Use itstool and gettext to generate translations diff --git a/configure.ac b/configure.ac index b388a30..43a5664 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT([shared-mime-info],[1.13],[https://bugs.freedesktop.org/enter_bug.cgi?product=shared-mime-info]) +AC_INIT([shared-mime-info],[1.13.1],[https://bugs.freedesktop.org/enter_bug.cgi?product=shared-mime-info]) AM_INIT_AUTOMAKE([1.9 foreign no-dist-gzip dist-xz check-news]) |