Skip to content

Commit

Permalink
Release 2024.1
Browse files Browse the repository at this point in the history
This release fixes two regressions, one introduced in 2023.13
for upgrades with layered packages, and one for kernel
argument handling.
  • Loading branch information
cgwalters committed Jan 2, 2024
1 parent 3b7b276 commit bfc6279
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ AC_PREREQ([2.63])
dnl
dnl SEE RELEASE.md FOR INSTRUCTIONS ON HOW TO DO A RELEASE.
dnl
m4_define([year_version], [2023])
m4_define([release_version], [12])
m4_define([year_version], [2024])
m4_define([release_version], [1])
m4_define([package_version], [year_version.release_version])
AC_INIT([rpm-ostree], [package_version], [coreos@lists.fedoraproject.org])
AC_CONFIG_HEADER([config.h])
Expand Down
2 changes: 1 addition & 1 deletion packaging/rpm-ostree.spec.in
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

Summary: Hybrid image/package system
Name: rpm-ostree
Version: 2023.12
Version: 2024.1
Release: 1%{?dist}
License: LGPL-2.0-or-later
URL: https://github.com/coreos/rpm-ostree
Expand Down

0 comments on commit bfc6279

Please sign in to comment.