From e00ed8e9369681c4dde6665e7410bed86c1c9916 Mon Sep 17 00:00:00 2001 From: Moritz Grimm Date: Thu, 2 Apr 2020 01:09:24 +0200 Subject: [PATCH] Bump version to 1.0.2 --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 9da73e8..0e707a3 100644 --- a/configure.ac +++ b/configure.ac @@ -2,7 +2,7 @@ dnl ########### dnl ## SETUP ########################################################### dnl ########### -AC_INIT([ezstream], [1.0.1], [https://gitlab.xiph.org/xiph/ezstream/issues]) +AC_INIT([ezstream], [1.0.2], [https://gitlab.xiph.org/xiph/ezstream/issues]) AC_PREREQ([2.61]) AC_CONFIG_SRCDIR([src/ezstream.c]) AC_CONFIG_AUX_DIR([build-aux])