Skip to content

Commit

Permalink
Release 2022.8
Browse files Browse the repository at this point in the history
This fixes a critical bug in 2022.7 which broke pulling
layered container images from base images generated by earlier
rpm-ostree versions - ostreedev/ostree-rs-ext#280

Plus various other improvements.
  • Loading branch information
cgwalters committed Apr 20, 2022
1 parent 535c780 commit 6df77c5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ dnl
dnl SEE RELEASE.md FOR INSTRUCTIONS ON HOW TO DO A RELEASE.
dnl
m4_define([year_version], [2022])
m4_define([release_version], [7])
m4_define([release_version], [8])
m4_define([package_version], [year_version.release_version])
AC_INIT([rpm-ostree], [package_version], [[email protected]])
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: 2022.7
Version: 2022.8
Release: 1%{?dist}
License: LGPLv2+
URL: https://github.com/coreos/rpm-ostree
Expand Down

0 comments on commit 6df77c5

Please sign in to comment.