Skip to content

Commit 0c4cf93

Browse files
author
Luca Bruno
authored
Merge pull request coreos#3198 from lucab/release-2021.13
Release 2021.13
2 parents 2770459 + 2bedaea commit 0c4cf93

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

configure.ac

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ dnl
33
dnl SEE RELEASE.md FOR INSTRUCTIONS ON HOW TO DO A RELEASE.
44
dnl
55
m4_define([year_version], [2021])
6-
m4_define([release_version], [12])
6+
m4_define([release_version], [13])
77
m4_define([package_version], [year_version.release_version])
88
AC_INIT([rpm-ostree], [package_version], [coreos@lists.fedoraproject.org])
99
AC_CONFIG_HEADER([config.h])

packaging/rpm-ostree.spec.in

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
Summary: Hybrid image/package system
55
Name: rpm-ostree
6-
Version: 2021.12
6+
Version: 2021.13
77
Release: 1%{?dist}
88
License: LGPLv2+
99
URL: https://github.com/coreos/rpm-ostree
@@ -86,7 +86,7 @@ BuildRequires: jq
8686

8787

8888
%global libsolv_version 0.7.17
89-
%global libmodulemd_version 2.11.2-2
89+
%global libmodulemd_version 2.13.0
9090
%global librepo_version 1.13.1
9191

9292
BuildRequires: cmake

0 commit comments

Comments
 (0)