From 3d7098bc5e451d9c76813168b2c5eef5647b16de Mon Sep 17 00:00:00 2001 From: Colin Walters Date: Fri, 26 Feb 2016 11:58:05 -0500 Subject: [PATCH] Release 2016.3 --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 2229b145..0687ecdb 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ AC_PREREQ([2.63]) -AC_INIT([ostree], [2016.2], [walters@verbum.org]) +AC_INIT([ostree], [2016.3], [walters@verbum.org]) AC_CONFIG_HEADER([config.h]) AC_CONFIG_MACRO_DIR([m4]) AC_CONFIG_AUX_DIR([build-aux])