From d8394084ce1d048e2fb908c352240da12ead0f99 Mon Sep 17 00:00:00 2001 From: Klas Lindfors Date: Fri, 27 Sep 2013 14:07:22 +0200 Subject: [PATCH] bump versions --- NEWS | 2 ++ configure.ac | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index 0c7d6e0..b910996 100644 --- a/NEWS +++ b/NEWS @@ -1,5 +1,7 @@ pam_yubico NEWS -- History of user-visible changes. -*- outline -*- +* Version 2.15 (unreleased) + * Version 2.14 (released 2013-09-27) ** Don't install internal header files. diff --git a/configure.ac b/configure.ac index 80cc53c..2672322 100644 --- a/configure.ac +++ b/configure.ac @@ -26,7 +26,7 @@ # (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE # OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -AC_INIT([pam_yubico], [2.14], [yubico-devel@googlegroups.com]) +AC_INIT([pam_yubico], [2.15], [yubico-devel@googlegroups.com]) AC_CONFIG_AUX_DIR([build-aux]) AC_CONFIG_MACRO_DIR([m4]) AM_INIT_AUTOMAKE([1.11 foreign -Wall -Werror])