From d8649e8afcdd5e2f5f7d0f56139c0faec50a4aff Mon Sep 17 00:00:00 2001 From: Olav Morken Date: Mon, 1 Sep 2014 10:12:09 +0200 Subject: [PATCH] Version 0.9.1. --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 4cf7c74..f772ad7 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT([mod_auth_mellon],[0.9.0],[olav.morken@uninett.no]) +AC_INIT([mod_auth_mellon],[0.9.1],[olav.morken@uninett.no]) # We require support for C99. AC_PROG_CC_C99