From c051c6c5e67fcb881b5dffdc6129e44b391afbf2 Mon Sep 17 00:00:00 2001 From: github-actions Date: Tue, 20 Feb 2024 04:49:15 +0000 Subject: [PATCH] New version - 41.2 --- anaconda.spec.in | 4 ++++ configure.ac | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/anaconda.spec.in b/anaconda.spec.in index f1bebe5505d..9bf435bd12d 100644 --- a/anaconda.spec.in +++ b/anaconda.spec.in @@ -465,6 +465,10 @@ rm -rf \ %{_prefix}/libexec/anaconda/dd_* %changelog +* Tue Feb 20 2024 github-actions - 41.2-1 +- Test for task category and category API (akankovs) +- Creating categories dbus API for installation phases (akankovs) + * Thu Feb 15 2024 Martin Kolman - 41.1-1 - bump major version number for Rawhide after F40 branching (mkolman) diff --git a/configure.ac b/configure.ac index 69ca20b3b2e..d505498f607 100644 --- a/configure.ac +++ b/configure.ac @@ -18,7 +18,7 @@ m4_define(python_required_version, 3.4) AC_PREREQ([2.63]) -AC_INIT([anaconda], [41.1], [anaconda-devel@lists.fedoraproject.org]) +AC_INIT([anaconda], [41.2], [anaconda-devel@lists.fedoraproject.org]) # make it possible to set build info at build time # (patch only builds, modular builds, mass-rebuilds, etc.)