about summary refs log tree commit diff stats
path: root/configure.ac
diff options
context:
space:
mode:
authorJames Booth <boothj5@gmail.com>2014-11-07 00:17:40 +0000
committerJames Booth <boothj5@gmail.com>2014-11-07 00:17:40 +0000
commit8120c9ebb02288804d91313cbae39905743b3461 (patch)
treedd36437ee9f757004103bc9e42423e42cc96a21a /configure.ac
parent9578a0b36a11c8e6a774b8a18acb3251881ea124 (diff)
downloadprofani-tty-8120c9ebb02288804d91313cbae39905743b3461.tar.gz
Set version to 0.4.5
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 f94a2784..6dfde305 100644
--- a/configure.ac
+++ b/configure.ac
@@ -20,7 +20,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