From 54d735997ef755963e38301b797b5d0b81d9484b Mon Sep 17 00:00:00 2001 From: Oleksiy Yakovenko Date: Sun, 22 Dec 2024 13:43:59 +0100 Subject: [PATCH] 1.10.0-beta2: fixing tarball generation --- PORTABLE_VERSION | 2 +- configure.ac | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/PORTABLE_VERSION b/PORTABLE_VERSION index e00a6c7183..927070056a 100644 --- a/PORTABLE_VERSION +++ b/PORTABLE_VERSION @@ -1 +1 @@ -1.10.0-beta1 +1.10.0-beta2 diff --git a/configure.ac b/configure.ac index 3543306b16..d6969366fd 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ dnl Process this file with autoconf to produce a configure script. -AC_INIT([deadbeef], [1.10.0-beta1]) +AC_INIT([deadbeef], [1.10.0-beta2]) AC_CONFIG_HEADER(config.h)