about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorJames Booth <boothj5@gmail.com>2014-08-24 22:30:40 +0100
committerJames Booth <boothj5@gmail.com>2014-08-24 22:30:40 +0100
commit8bc46773b282c6a61bb1026e28a9c4a0573c69bc (patch)
treec0669025ebfdcecd7a440a4833bd0d8a098607ce
parent3cae02080da2f556452ee90989809a0c5ea24d25 (diff)
downloadprofani-tty-8bc46773b282c6a61bb1026e28a9c4a0573c69bc.tar.gz
Set version to 0.4.4 release
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 84ca8176..60f698e1 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