Release 2020.1

This commit is contained in:
Jonathan Lebon 2020-02-05 16:02:23 -05:00 committed by OpenShift Merge Robot
parent 5a0d3356ef
commit 35818cefd5
2 changed files with 3 additions and 3 deletions

View File

@ -8,8 +8,8 @@ dnl release notes as its content.
dnl Then git push origin v201X.XX. dnl Then git push origin v201X.XX.
dnl Then create the xz tarball from `make -f Makefile.dist-packaging dist-snapshot`. dnl Then create the xz tarball from `make -f Makefile.dist-packaging dist-snapshot`.
dnl Then create a GitHub release for the new release tag and attach the tarball. dnl Then create a GitHub release for the new release tag and attach the tarball.
m4_define([year_version], [2019]) m4_define([year_version], [2020])
m4_define([release_version], [7]) m4_define([release_version], [1])
m4_define([package_version], [year_version.release_version]) m4_define([package_version], [year_version.release_version])
AC_INIT([rpm-ostree], [package_version], [atomic-devel@projectatomic.io]) AC_INIT([rpm-ostree], [package_version], [atomic-devel@projectatomic.io])
AC_CONFIG_HEADER([config.h]) AC_CONFIG_HEADER([config.h])

View File

@ -3,7 +3,7 @@
Summary: Hybrid image/package system Summary: Hybrid image/package system
Name: rpm-ostree Name: rpm-ostree
Version: 2019.7 Version: 2020.1
Release: 1%{?dist} Release: 1%{?dist}
#VCS: https://github.com/cgwalters/rpm-ostree #VCS: https://github.com/cgwalters/rpm-ostree
# This tarball is generated via "cd packaging && make -f Makefile.dist-packaging dist-snapshot" # This tarball is generated via "cd packaging && make -f Makefile.dist-packaging dist-snapshot"