about summary refs log tree commit diff stats
path: root/configure.ac
diff options
context:
space:
mode:
authorJames Booth <boothj5@gmail.com>2014-05-19 21:46:42 +0100
committerJames Booth <boothj5@gmail.com>2014-05-19 21:46:42 +0100
commit6e2300419675d9aeca2d4199dc141c17377f9d7b (patch)
treef5e1d2be13033de8e61c6465c675b7cbb85c0cc0 /configure.ac
parent01664547942bb7239cc6374c2966e054ad0c6a43 (diff)
downloadprofani-tty-6e2300419675d9aeca2d4199dc141c17377f9d7b.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 2163c546..a60ede68 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