diff options
author | Russ Allbery <rra@stanford.edu> | 2007-12-01 04:54:07 +0000 |
---|---|---|
committer | Russ Allbery <rra@stanford.edu> | 2007-12-01 04:54:07 +0000 |
commit | f3b9604c0d93874a38382f4685c3f7a8ed91bc2f (patch) | |
tree | e1def22b2a4b76de7454ec57e9dd4ff242f889ce /configure.ac | |
parent | 6fde73d6d9ccce6bcdddd342143925f51c154497 (diff) |
Release 0.3.
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 69b7010..0724f03 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.2], [rra@stanford.edu]) +AC_INIT([wallet], [0.3], [rra@stanford.edu]) AC_CONFIG_AUX_DIR([tools]) AC_CONFIG_LIBOBJ_DIR([portable]) AM_INIT_AUTOMAKE([1.10]) |