diff options
author | James Booth <boothj5@gmail.com> | 2015-12-02 00:27:29 +0000 |
---|---|---|
committer | James Booth <boothj5@gmail.com> | 2015-12-02 00:27:29 +0000 |
commit | e8ae73c71ee03c2e95113c0ae60dfdd9309345d3 (patch) | |
tree | 4b0d447f5daf41301cc4c24416a0a391f5b89f0d | |
parent | 1e6a1f9921335bfd39f62b338a90dde41f2dbafb (diff) | |
download | profani-tty-e8ae73c71ee03c2e95113c0ae60dfdd9309345d3.tar.gz |
Updated version to 0.5.0 dev
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 28ed7efe..6e63a480 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.8], [boothj5web@gmail.com]) +AC_INIT([profanity], [0.5.0], [boothj5web@gmail.com]) AC_CONFIG_MACRO_DIR([m4]) AC_CONFIG_SRCDIR([src/main.c]) AC_CONFIG_HEADERS([src/config.h]) |