From 6810d479e6c1f64046d3b30efe78774b49d1c95b Mon Sep 17 00:00:00 2001 From: Johan Gunnarsson Date: Sat, 6 Jan 2024 17:39:19 +0100 Subject: [PATCH] 2.15 --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 113c264..3aeba52 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ AC_PREREQ([2.69]) -AC_INIT(vlc-plugin-bittorrent, 2.14, johan.gunnarsson@gmail.com, vlc-bittorrent, https://github.com/johang/vlc-bittorrent) +AC_INIT(vlc-plugin-bittorrent, 2.15, johan.gunnarsson@gmail.com, vlc-bittorrent, https://github.com/johang/vlc-bittorrent) AC_CONFIG_SRCDIR([src/module.cpp]) AC_CONFIG_MACRO_DIR([m4]) AC_CONFIG_AUX_DIR([build-aux])