diff options
author | Russ Allbery <rra@stanford.edu> | 2013-03-27 13:59:07 -0700 |
---|---|---|
committer | Russ Allbery <rra@stanford.edu> | 2013-03-27 15:17:54 -0700 |
commit | 89ee9bc59ab79881baa898b40ae9c1d7a118ab36 (patch) | |
tree | e74831bccd8b0060af87189d9dad78efc9b1e50c /configure.ac | |
parent | 22e448d78694a2598f4eece44b790a36069ccbb2 (diff) |
Release 1.0
Change-Id: Idf9876ef781340ec45e113fd555a0f2c5f05a3a9
Reviewed-on: https://gerrit.stanford.edu/976
Reviewed-by: Russ Allbery <rra@stanford.edu>
Tested-by: Russ Allbery <rra@stanford.edu>
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac index e417a5e..bb78702 100644 --- a/configure.ac +++ b/configure.ac @@ -1,13 +1,13 @@ dnl Autoconf configuration for wallet. dnl dnl Written by Russ Allbery <rra@stanford.edu> -dnl Copyright 2006, 2007, 2008, 2010 +dnl Copyright 2006, 2007, 2008, 2010, 2013 dnl The Board of Trustees of the Leland Stanford Junior University dnl dnl See LICENSE for licensing terms. AC_PREREQ([2.64]) -AC_INIT([wallet], [0.12], [rra@stanford.edu]) +AC_INIT([wallet], [1.0], [rra@stanford.edu]) AC_CONFIG_AUX_DIR([build-aux]) AC_CONFIG_LIBOBJ_DIR([portable]) AC_CONFIG_MACRO_DIR([m4]) |