From 23a9e7e1bcc431e9494d9d7af183b41f97d59af7 Mon Sep 17 00:00:00 2001 From: Colin Walters Date: Fri, 28 Apr 2017 08:55:43 -0400 Subject: [PATCH] Release 2017.5 A very minor release, but better than backporting more patches. This rolls in the `RegisterClient` fix as non-root, plus the arm32 crasher. The syscore refactoring is the only risky part, but I'm pretty confident in it. Closes: #757 Approved by: jlebon --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index debd5894..586e29a2 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ AC_PREREQ([2.63]) -AC_INIT([rpm-ostree], [2017.4], [walters@verbum.org]) +AC_INIT([rpm-ostree], [2017.5], [walters@verbum.org]) AC_CONFIG_HEADER([config.h]) AC_CONFIG_MACRO_DIR([buildutil]) AC_CONFIG_AUX_DIR([build-aux])