From 12448b9e33b372d6bb00bbab793b0fefe6ff0420 Mon Sep 17 00:00:00 2001 From: Colin Walters Date: Tue, 14 Feb 2017 15:24:30 -0500 Subject: [PATCH] Release 2017.2 Lots of client side improvements here. Closes: #627 Approved by: jlebon --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index ff10bfa2..6273806f 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ AC_PREREQ([2.63]) -AC_INIT([rpm-ostree], [2017.1], [walters@verbum.org]) +AC_INIT([rpm-ostree], [2017.2], [walters@verbum.org]) AC_CONFIG_HEADER([config.h]) AC_CONFIG_MACRO_DIR([buildutil]) AC_CONFIG_AUX_DIR([build-aux])