From 181ee429374dc537f04acb71a31a9b98305fc157 Mon Sep 17 00:00:00 2001 From: Moritz Grimm Date: Wed, 12 Feb 2020 00:12:15 +0100 Subject: [PATCH] Bump version --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index a746e1e..9da73e8 100644 --- a/configure.ac +++ b/configure.ac @@ -2,7 +2,7 @@ dnl ########### dnl ## SETUP ########################################################### dnl ########### -AC_INIT([ezstream], [1.0.0], [https://gitlab.xiph.org/xiph/ezstream/issues]) +AC_INIT([ezstream], [1.0.1], [https://gitlab.xiph.org/xiph/ezstream/issues]) AC_PREREQ([2.61]) AC_CONFIG_SRCDIR([src/ezstream.c]) AC_CONFIG_AUX_DIR([build-aux])