From 0ebca3436fba5e0b14ddab686e07df5f10593b31 Mon Sep 17 00:00:00 2001 From: Russ Allbery Date: Mon, 8 Oct 2007 22:55:33 +0000 Subject: Release 0.2. --- NEWS | 2 +- configure.ac | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/NEWS b/NEWS index 58990f5..65e48be 100644 --- a/NEWS +++ b/NEWS @@ -1,6 +1,6 @@ User-Visible wallet Changes -wallet 0.2 (unreleased) +wallet 0.2 (2007-10-08) First public alpha release. Only tested with SQLite 3, no history support, no object list support, and only keytab object and krb5 ACL diff --git a/configure.ac b/configure.ac index ccacc33..69b7010 100644 --- a/configure.ac +++ b/configure.ac @@ -8,7 +8,7 @@ dnl See LICENSE for licensing terms. AC_REVISION([$Revision$]) AC_PREREQ([2.61]) -AC_INIT([wallet], [0.1], [rra@stanford.edu]) +AC_INIT([wallet], [0.2], [rra@stanford.edu]) AC_CONFIG_AUX_DIR([tools]) AC_CONFIG_LIBOBJ_DIR([portable]) AM_INIT_AUTOMAKE([1.10]) -- cgit v1.2.3