diff options
author | Michael Vetter <jubalh@iodoru.org> | 2019-09-24 16:35:31 +0200 |
---|---|---|
committer | Michael Vetter <jubalh@iodoru.org> | 2019-09-24 16:35:31 +0200 |
commit | 3ddcfb194a7c978a29d09035ad65bb64d7a26d69 (patch) | |
tree | ecdb23850a3678e3ff21b125bb0ecbdde7d24cbe | |
parent | 90282881433cade0c64f0f2a8235c71f023f55f2 (diff) | |
download | profani-tty-3ddcfb194a7c978a29d09035ad65bb64d7a26d69.tar.gz |
Set version to 0.7.1
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 78d80e74..93134eb7 100644 --- a/configure.ac +++ b/configure.ac @@ -1,7 +1,7 @@ # -*- Autoconf -*- # Process this file with autoconf to produce a configure script. -AC_INIT([profanity], [0.7.0], [jubalh@iodoru.org]) +AC_INIT([profanity], [0.7.1], [jubalh@iodoru.org]) AC_CONFIG_AUX_DIR([build-aux]) AC_CONFIG_MACRO_DIR([m4]) AC_CONFIG_SRCDIR([src/main.c]) |