Skip to content

Commit

Permalink
Making 1.5 release
Browse files Browse the repository at this point in the history
  • Loading branch information
dmshaw committed Oct 25, 2017
1 parent 3a3d2d6 commit d79ba5b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion NEWS
Original file line number Diff line number Diff line change
@@ -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
Expand Down
4 changes: 2 additions & 2 deletions configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
# Process this file with autoconf to produce a configure script.

AC_PREREQ(2.61)
AC_INIT([paperkey],[1.5-devel],[[email protected]])
AC_INIT([paperkey],[1.5],[[email protected]])
m4_define(_COPYRIGHT_STRING,
[[Copyright (C) 2007, 2008, 2009, 2012, 2013, 2016 David Shaw <[email protected]>]])
[[Copyright (C) 2007, 2008, 2009, 2012, 2013, 2016, 2017 David Shaw <[email protected]>]])
AC_COPYRIGHT(_COPYRIGHT_STRING)
AC_USE_SYSTEM_EXTENSIONS
AC_CONFIG_SRCDIR([paperkey.c])
Expand Down

0 comments on commit d79ba5b

Please sign in to comment.