From ccace4c56c542b11f04d1486f93fd1d8bff2f6d5 Mon Sep 17 00:00:00 2001 From: Jonathan Lebon Date: Thu, 19 Sep 2019 14:44:00 -0400 Subject: [PATCH] Release 2019.6 Last release was almost two months ago. Not a lot of groundbreaking features, though let's get the various fixes out. Closes: #1907 Approved by: lucab --- configure.ac | 4 ++-- packaging/rpm-ostree.spec.in | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/configure.ac b/configure.ac index 082650b1..873dc6b9 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ AC_PREREQ([2.63]) -dnl To do a release, increment this number, commit, then submit it as a PR +dnl To do a release, increment this number and the spec file, commit, then submit it as a PR dnl to merge via homu. After that, do `git pull origin && git reset --hard origin/master`. dnl Then draft release notes highlighting changes and generate the shortlog using dnl . @@ -9,7 +9,7 @@ dnl Then git push origin v201X.XX. 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. m4_define([year_version], [2019]) -m4_define([release_version], [5]) +m4_define([release_version], [6]) m4_define([package_version], [year_version.release_version]) AC_INIT([rpm-ostree], [package_version], [atomic-devel@projectatomic.io]) AC_CONFIG_HEADER([config.h]) diff --git a/packaging/rpm-ostree.spec.in b/packaging/rpm-ostree.spec.in index 709a0e1d..e2468d60 100644 --- a/packaging/rpm-ostree.spec.in +++ b/packaging/rpm-ostree.spec.in @@ -3,7 +3,7 @@ Summary: Hybrid image/package system Name: rpm-ostree -Version: 2019.5 +Version: 2019.6 Release: 1%{?dist} #VCS: https://github.com/cgwalters/rpm-ostree # This tarball is generated via "cd packaging && make -f Makefile.dist-packaging dist-snapshot"