about summary refs log tree commit diff stats
path: root/configure.ac
diff options
context:
space:
mode:
authorJames Booth <boothj5@gmail.com>2013-08-11 18:42:54 +0100
committerJames Booth <boothj5@gmail.com>2013-08-11 18:42:54 +0100
commitb1768f942c086410abfb7ca03e3a20fe472fafe6 (patch)
treecf61eb8ee2654a9d291710b7a17fb1f83f205882 /configure.ac
parent520d2129eab96ef3b910e2297a90fa8b61c1b738 (diff)
downloadprofani-tty-b1768f942c086410abfb7ca03e3a20fe472fafe6.tar.gz
Set status to 0.4.0 development
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac4
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])