diff options
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]) |