From 5934e8d3b11c479be856c6d051aef8ff25cbf6ba Mon Sep 17 00:00:00 2001 From: K Henriksson Date: Mon, 8 Mar 2021 17:29:45 -0800 Subject: [PATCH] Release version 1.1.1 --- NEWS.md | 5 +++++ configure.ac | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/NEWS.md b/NEWS.md index 26f91702..759cf852 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,5 +1,10 @@ # mp3fs News +## Important changes in 1.1.1 (2021-03-08) + +The only change in this release is a fix for an issue with filenames containing +square brackets. + ## Important changes in 1.1 (2021-01-30) This contains various bug fixes, mostly. diff --git a/configure.ac b/configure.ac index b7ba78d4..65442f6c 100644 --- a/configure.ac +++ b/configure.ac @@ -1,7 +1,7 @@ # Process this file with autoconf to produce a configure script. # Sets up package and initializes build system. -AC_INIT([MP3FS], [1.1]) +AC_INIT([MP3FS], [1.1.1]) AC_CONFIG_SRCDIR([src/mp3fs.cc]) AC_CONFIG_AUX_DIR([config]) AM_INIT_AUTOMAKE([foreign])