about summary refs log tree commit diff stats
path: root/configure.ac
diff options
context:
space:
mode:
authorMichael Vetter <jubalh@iodoru.org>2019-01-22 11:38:40 +0100
committerMichael Vetter <jubalh@iodoru.org>2019-01-22 11:38:40 +0100
commitcc753d2a29f9fbd51ece3e7a0fc2fc9f1cb28075 (patch)
treea5618ce1bc4121581407311f4d5c8ad69269ec1f /configure.ac
parent706af9a9008d33bb33372b4700465ed9027084f2 (diff)
downloadprofani-tty-cc753d2a29f9fbd51ece3e7a0fc2fc9f1cb28075.tar.gz
Release 0.6.0 RC1
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 0b8e4512..5c00acaa 100644
--- a/configure.ac
+++ b/configure.ac
@@ -27,7 +27,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