about summary refs log tree commit diff stats
path: root/configure.ac
diff options
context:
space:
mode:
authorJames Booth <boothj5@gmail.com>2014-05-18 02:09:02 +0100
committerJames Booth <boothj5@gmail.com>2014-05-18 02:09:02 +0100
commite467e913022f64eea626842434159821066b3e8b (patch)
tree74a7f11ee1d29a3ed671c86348179fb92f1b221c /configure.ac
parent47d00141077d6ac8d998996bf468b10c320df116 (diff)
downloadprofani-tty-e467e913022f64eea626842434159821066b3e8b.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 2cce64b8..8df6056a 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