From 862d80a8e63c4abe2553b6ea02c3d80333a98551 Mon Sep 17 00:00:00 2001 From: github-actions Date: Tue, 30 Apr 2024 04:49:24 +0000 Subject: [PATCH] New version - 41.15 --- anaconda.spec.in | 2 ++ configure.ac | 4 ++-- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/anaconda.spec.in b/anaconda.spec.in index a2562386d10..1fde175d4ac 100644 --- a/anaconda.spec.in +++ b/anaconda.spec.in @@ -475,6 +475,8 @@ rm -rf \ %{_prefix}/libexec/anaconda/dd_* %changelog +* Tue Apr 30 2024 github-actions - 41.15-1 + * Tue Apr 23 2024 github-actions - 41.14-1 - Revert "infra: Packit fix empty jobs field" (kkoukiou) diff --git a/configure.ac b/configure.ac index 2362e1ba61c..ac6f752d483 100644 --- a/configure.ac +++ b/configure.ac @@ -18,11 +18,11 @@ m4_define(python_required_version, 3.4) AC_PREREQ([2.63]) -AC_INIT([anaconda], [41.14], [anaconda-devel@lists.fedoraproject.org]) +AC_INIT([anaconda], [41.15], [anaconda-devel@lists.fedoraproject.org]) # make it possible to set build info at build time # (patch only builds, modular builds, mass-rebuilds, etc.) -AC_ARG_VAR(ANACONDA_RELEASE, [1]) +AC_ARG_VAR(ANACONDA_RELEASE, []) # default release to 1 if not set by option AS_IF([test $ANACONDA_RELEASE],