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 17:06:08 +0100
committerJames Booth <boothj5@gmail.com>2013-08-11 17:06:08 +0100
commit520d2129eab96ef3b910e2297a90fa8b61c1b738 (patch)
tree5395f7c42cb7704d10a24d927ed627bc541e0d4e /configure.ac
parent22c521d662dedd533fd4c52c5a1bb5d20bfac979 (diff)
downloadprofani-tty-520d2129eab96ef3b910e2297a90fa8b61c1b738.tar.gz
Set status to release
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index ceaf1751..fac5d010 100644
--- a/configure.ac
+++ b/configure.ac
@@ -3,7 +3,7 @@
 
 AC_PREREQ([2.65])
 AC_INIT([profanity], [0.3.0], [boothj5web@gmail.com])
-PACKAGE_STATUS="development"
+PACKAGE_STATUS="release"
 AC_DEFINE_UNQUOTED([PACKAGE_STATUS], ["$PACKAGE_STATUS"], [Status of this build])
 AC_CONFIG_SRCDIR([src/main.c])
 AC_CONFIG_HEADERS([src/config.h])