From 159c7537c93e37bd7ca5f87ebd7c088c55940843 Mon Sep 17 00:00:00 2001 From: Colin Walters Date: Fri, 24 Oct 2014 13:33:49 -0400 Subject: [PATCH] Release 2014.9 --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 5b1d3fcb..563aa224 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ AC_PREREQ([2.63]) -AC_INIT([ostree], [2014.8], [walters@verbum.org]) +AC_INIT([ostree], [2014.9], [walters@verbum.org]) AC_CONFIG_HEADER([config.h]) AC_CONFIG_MACRO_DIR([m4]) AC_CONFIG_AUX_DIR([build-aux])