about summary refs log tree commit diff stats
path: root/configure.ac
diff options
context:
space:
mode:
authorJames Booth <boothj5@gmail.com>2015-09-20 16:46:29 +0100
committerJames Booth <boothj5@gmail.com>2015-09-20 16:46:29 +0100
commit60acf6f05be8f121b0d06b65cea484fd30ac7925 (patch)
tree7e699cfe7b0a5d216cc064460ccaa8d6a84ab39e /configure.ac
parentd7bba740919b2be154d141c1683ea43e771c4b33 (diff)
downloadprofani-tty-60acf6f05be8f121b0d06b65cea484fd30ac7925.tar.gz
Release 0.4.7
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 f5e8764e..ee6e7cec 100644
--- a/configure.ac
+++ b/configure.ac
@@ -23,7 +23,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