about summary refs log tree commit diff stats
path: root/configure.ac
diff options
context:
space:
mode:
authorJames Booth <boothj5@gmail.com>2016-09-14 22:13:06 +0100
committerJames Booth <boothj5@gmail.com>2016-09-15 22:53:43 +0100
commit6d274ba846caea15be4f9089235a72000f59a5eb (patch)
treef823873b2c52264db4948dd956b249b1f8710024 /configure.ac
parent8b83e79992b6dcd1f3b905bb0d41f53ba574a311 (diff)
downloadprofani-tty-6d274ba846caea15be4f9089235a72000f59a5eb.tar.gz
Release 0.5.0
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 5c26bbca..5c20b9ff 100644
--- a/configure.ac
+++ b/configure.ac
@@ -26,7 +26,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