diff options
author | Russ Allbery <rra@stanford.edu> | 2006-12-06 23:37:33 +0000 |
---|---|---|
committer | Russ Allbery <rra@stanford.edu> | 2006-12-06 23:37:33 +0000 |
commit | c7978dffe3f21a1470d4febcc06b90de02f40b78 (patch) | |
tree | 30399342245dca0c492af5dbc82feb3aa5629b60 /configure.ac | |
parent | 09946663134c8b7ef3991080b0786b3e851850ba (diff) |
Start with version 0.1.
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 ae7ac4b..fd373b9 100644 --- a/configure.ac +++ b/configure.ac @@ -8,7 +8,7 @@ dnl See README for licensing terms. AC_REVISION($Revision$) AC_PREREQ(2.57) -AC_INIT([wallet], [1.0], [rra@stanford.edu]) +AC_INIT([wallet], [0.1], [rra@stanford.edu]) AC_CONFIG_AUX_DIR([tools]) AM_INIT_AUTOMAKE AM_MAINTAINER_MODE |