From d79ba5b3a7957eae7a762096d8546db786436db5 Mon Sep 17 00:00:00 2001 From: David Shaw Date: Wed, 25 Oct 2017 10:49:18 -0400 Subject: [PATCH] Making 1.5 release --- NEWS | 2 +- configure.ac | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/NEWS b/NEWS index ce0541e..f2c6f3f 100644 --- a/NEWS +++ b/NEWS @@ -1,4 +1,4 @@ -Noteworthy changes in version 1.5 (unreleased) +Noteworthy changes in version 1.5 (2017-10-25) ---------------------------------------------- * Added support for OpenPGP EdDSA elliptic curve keys as specified diff --git a/configure.ac b/configure.ac index c8473bf..ecfd12f 100644 --- a/configure.ac +++ b/configure.ac @@ -2,9 +2,9 @@ # Process this file with autoconf to produce a configure script. AC_PREREQ(2.61) -AC_INIT([paperkey],[1.5-devel],[dshaw@jabberwocky.com]) +AC_INIT([paperkey],[1.5],[dshaw@jabberwocky.com]) m4_define(_COPYRIGHT_STRING, - [[Copyright (C) 2007, 2008, 2009, 2012, 2013, 2016 David Shaw ]]) + [[Copyright (C) 2007, 2008, 2009, 2012, 2013, 2016, 2017 David Shaw ]]) AC_COPYRIGHT(_COPYRIGHT_STRING) AC_USE_SYSTEM_EXTENSIONS AC_CONFIG_SRCDIR([paperkey.c])