aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--NEWS2
-rw-r--r--configure.ac2
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])