Skip to content

Commit

Permalink
Release 2020.4
Browse files Browse the repository at this point in the history
Thin release. Mostly for a bunch of RHCOS-relevant fixes and
enhancements: 752f4f0 (coreos#2178), 4d836dd (coreos#2151) and f608eb0 (coreos#2158).
  • Loading branch information
jlebon committed Jul 29, 2020
1 parent 752f4f0 commit bc8b2fa
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], [2020])
m4_define([release_version], [3])
m4_define([release_version], [4])
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: 2020.3
Version: 2020.4
Release: 1%{?dist}
#VCS: https://github.com/cgwalters/rpm-ostree
# This tarball is generated via "cd packaging && make -f Makefile.dist-packaging dist-snapshot"
Expand Down

0 comments on commit bc8b2fa

Please sign in to comment.