diff options
author | James Booth <boothj5@gmail.com> | 2013-08-11 18:42:54 +0100 |
---|---|---|
committer | James Booth <boothj5@gmail.com> | 2013-08-11 18:42:54 +0100 |
commit | b1768f942c086410abfb7ca03e3a20fe472fafe6 (patch) | |
tree | cf61eb8ee2654a9d291710b7a17fb1f83f205882 | |
parent | 520d2129eab96ef3b910e2297a90fa8b61c1b738 (diff) | |
download | profani-tty-b1768f942c086410abfb7ca03e3a20fe472fafe6.tar.gz |
Set status to 0.4.0 development
-rw-r--r-- | configure.ac | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac index fac5d010..a30c96d8 100644 --- a/configure.ac +++ b/configure.ac @@ -2,8 +2,8 @@ # Process this file with autoconf to produce a configure script. AC_PREREQ([2.65]) -AC_INIT([profanity], [0.3.0], [boothj5web@gmail.com]) -PACKAGE_STATUS="release" +AC_INIT([profanity], [0.4.0], [boothj5web@gmail.com]) +PACKAGE_STATUS="development" AC_DEFINE_UNQUOTED([PACKAGE_STATUS], ["$PACKAGE_STATUS"], [Status of this build]) AC_CONFIG_SRCDIR([src/main.c]) AC_CONFIG_HEADERS([src/config.h]) |