From 9b51b7f6525fd468c45939ab2cfce84f138eb517 Mon Sep 17 00:00:00 2001 From: Colin Walters Date: Mon, 12 Dec 2016 11:58:05 -0500 Subject: [PATCH] Release 2016.13 Closes: #549 Approved by: jlebon --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 1dd84eb2..51576321 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ AC_PREREQ([2.63]) -AC_INIT([rpm-ostree], [2016.12], [walters@verbum.org]) +AC_INIT([rpm-ostree], [2016.13], [walters@verbum.org]) AC_CONFIG_HEADER([config.h]) AC_CONFIG_MACRO_DIR([buildutil]) AC_CONFIG_AUX_DIR([build-aux])