about summary refs log tree commit diff stats
path: root/configure.ac
diff options
context:
space:
mode:
authorJames Booth <boothj5@gmail.com>2014-03-29 17:12:12 +0000
committerJames Booth <boothj5@gmail.com>2014-03-29 17:12:12 +0000
commit45cf45b2187b6c81edff19d4364bc2874fc3f92a (patch)
tree9be54ebc389367a3a33e03e8f38442991d39bc46 /configure.ac
parentf8ba6bbdea8b35e957c32e109d95bfaa48f82d57 (diff)
downloadprofani-tty-45cf45b2187b6c81edff19d4364bc2874fc3f92a.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 cfbb0728..8285324c 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