diff options
-rw-r--r-- | NEWS | 2 | ||||
-rw-r--r-- | README | 2 | ||||
-rw-r--r-- | configure.ac | 4 |
3 files changed, 4 insertions, 4 deletions
@@ -1,6 +1,6 @@ User-Visible wallet Changes -wallet 1.0 (unreleased) +wallet 1.0 (2013-03-27) Owners of wallet objects are now allowed to destroy them. In previous versions, a special destroy ACL had to be set and the owner ACL wasn't @@ -1,4 +1,4 @@ - wallet release 0.12 + wallet release 1.0 (secure data management system) Written by Russ Allbery <rra@stanford.edu> diff --git a/configure.ac b/configure.ac index e417a5e..bb78702 100644 --- a/configure.ac +++ b/configure.ac @@ -1,13 +1,13 @@ dnl Autoconf configuration for wallet. dnl dnl Written by Russ Allbery <rra@stanford.edu> -dnl Copyright 2006, 2007, 2008, 2010 +dnl Copyright 2006, 2007, 2008, 2010, 2013 dnl The Board of Trustees of the Leland Stanford Junior University dnl dnl See LICENSE for licensing terms. AC_PREREQ([2.64]) -AC_INIT([wallet], [0.12], [rra@stanford.edu]) +AC_INIT([wallet], [1.0], [rra@stanford.edu]) AC_CONFIG_AUX_DIR([build-aux]) AC_CONFIG_LIBOBJ_DIR([portable]) AC_CONFIG_MACRO_DIR([m4]) |