diff options
author | James Booth <boothj5@gmail.com> | 2014-07-17 00:08:57 +0100 |
---|---|---|
committer | James Booth <boothj5@gmail.com> | 2014-07-17 00:08:57 +0100 |
commit | 996817d67fb2ec92803016a12ac00ab828008d54 (patch) | |
tree | 3ec4090d8660332437fdc161e84c2027ea39b37c | |
parent | 4624eabb750d548ae3bddc5a8e73557f7a292330 (diff) | |
download | profani-tty-996817d67fb2ec92803016a12ac00ab828008d54.tar.gz |
Changed version to 0.4.3dev
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 3c5c6463..3879067b 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.5.0], [boothj5web@gmail.com]) +AC_INIT([profanity], [0.4.3], [boothj5web@gmail.com]) AC_CONFIG_SRCDIR([src/main.c]) AC_CONFIG_HEADERS([src/config.h]) AC_CONFIG_AUX_DIR([build-aux]) |