From f5f3ac2527ae42d982e4d2e37681e368cee30966 Mon Sep 17 00:00:00 2001 From: Russ Allbery Date: Fri, 8 Feb 2008 19:20:27 +0000 Subject: Release 0.7. --- NEWS | 2 +- README | 2 +- configure.ac | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/NEWS b/NEWS index b1eaed5..e7dc39e 100644 --- a/NEWS +++ b/NEWS @@ -1,6 +1,6 @@ User-Visible wallet Changes -wallet 0.7 (unreleased) +wallet 0.7 (2008-02-08) Add new exists and autocreate wallet server interfaces. The first states whether a given object exists and the second attempts to create diff --git a/README b/README index c41897f..11918af 100644 --- a/README +++ b/README @@ -1,4 +1,4 @@ - wallet release 0.6 + wallet release 0.7 (secure data management system) Written by Russ Allbery diff --git a/configure.ac b/configure.ac index 03539e6..e559b2d 100644 --- a/configure.ac +++ b/configure.ac @@ -9,7 +9,7 @@ dnl See LICENSE for licensing terms. AC_REVISION([$Revision$]) AC_PREREQ([2.61]) -AC_INIT([wallet], [0.6], [rra@stanford.edu]) +AC_INIT([wallet], [0.7], [rra@stanford.edu]) AC_CONFIG_AUX_DIR([build-aux]) AC_CONFIG_LIBOBJ_DIR([portable]) AM_INIT_AUTOMAKE([1.10]) -- cgit v1.2.3