about summary refs log tree commit diff stats
path: root/configure.ac
diff options
context:
space:
mode:
authorJames Booth <boothj5@gmail.com>2014-08-09 23:12:21 +0100
committerJames Booth <boothj5@gmail.com>2014-08-09 23:12:21 +0100
commitbd1539b1a6f43ec3d40ddac7bba87dcddba99a10 (patch)
treece59a5a8f93bf9d800aa07193cae08fa59d690c6 /configure.ac
parent3c5d5e2ec0432f152a8140c39ac4d0e5d8165739 (diff)
downloadprofani-tty-bd1539b1a6f43ec3d40ddac7bba87dcddba99a10.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 406278a0..81e3f7d9 100644
--- a/configure.ac
+++ b/configure.ac
@@ -18,7 +18,7 @@ AS_CASE([$host_os],
     [cygwin], [PLATFORM="cygwin"],
     [PLATFORM="nix"])
 
-PACKAGE_STATUS="development"
+PACKAGE_STATUS="release"
 
 ### Get git branch and revision if in development
 if test "x$PACKAGE_STATUS" = xdevelopment; then