diff options
author | Russ Allbery <eagle@eyrie.org> | 2018-06-03 16:38:22 -0700 |
---|---|---|
committer | Russ Allbery <eagle@eyrie.org> | 2018-06-03 16:54:22 -0700 |
commit | dadc06bdd09c60737f2800c01d98bfc16e6e2747 (patch) | |
tree | e7aa1e71fd457403203ab96384fec95fff715bab /configure.ac | |
parent | 4a0b9e747c8abfca24f30b7ce1e9a725ce11474a (diff) |
Release 1.4
Update EXTRA_DIST for the new release.
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 41ae0cf..ef78a05 100644 --- a/configure.ac +++ b/configure.ac @@ -12,7 +12,7 @@ dnl dnl SPDX-License-Identifier: FSFULLR AC_PREREQ([2.64]) -AC_INIT([wallet], [1.3], [eagle@eyrie.org]) +AC_INIT([wallet], [1.4], [eagle@eyrie.org]) AC_CONFIG_AUX_DIR([build-aux]) AC_CONFIG_LIBOBJ_DIR([portable]) AC_CONFIG_MACRO_DIR([m4]) |