diff options
author | James Booth <boothj5@gmail.com> | 2015-03-04 18:46:11 +0000 |
---|---|---|
committer | James Booth <boothj5@gmail.com> | 2015-03-04 18:46:11 +0000 |
commit | b01b5d707760364ce50b72eb5b62169e7397f796 (patch) | |
tree | 799157cdc0442bd0c310a0d729ffe9be41534592 | |
parent | 1a493823d43bd834040e95318ef8e3a8f6474c35 (diff) | |
parent | 0dee898c01c851deeda17602d809c02708483a14 (diff) | |
download | profani-tty-b01b5d707760364ce50b72eb5b62169e7397f796.tar.gz |
Merge remote-tracking branch 'origin/master' into readline
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 19c9b984..c38c09c3 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.4.6], [boothj5web@gmail.com]) +AC_INIT([profanity], [0.4.7], [boothj5web@gmail.com]) AC_CONFIG_MACRO_DIR([m4]) AC_CONFIG_SRCDIR([src/main.c]) AC_CONFIG_HEADERS([src/config.h]) |