From 73eabca5e853385df0cd81dd0f685904f9a20c3d Mon Sep 17 00:00:00 2001 From: Colin Walters Date: Tue, 9 Aug 2016 13:58:02 -0400 Subject: [PATCH] Release 2016.8 It's time for a new release, there's enough queued and it's been ~a month. Closes: #452 Approved by: jlebon --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 558a590f59..aa4a42bd06 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ AC_PREREQ([2.63]) -AC_INIT([ostree], [2016.7], [walters@verbum.org]) +AC_INIT([ostree], [2016.8], [walters@verbum.org]) AC_CONFIG_HEADER([config.h]) AC_CONFIG_MACRO_DIR([buildutil]) AC_CONFIG_AUX_DIR([build-aux])