diff options
author | James Booth <boothj5@gmail.com> | 2014-03-29 17:12:12 +0000 |
---|---|---|
committer | James Booth <boothj5@gmail.com> | 2014-03-29 17:12:12 +0000 |
commit | 45cf45b2187b6c81edff19d4364bc2874fc3f92a (patch) | |
tree | 9be54ebc389367a3a33e03e8f38442991d39bc46 | |
parent | f8ba6bbdea8b35e957c32e109d95bfaa48f82d57 (diff) | |
download | profani-tty-45cf45b2187b6c81edff19d4364bc2874fc3f92a.tar.gz |
Set status to release
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index cfbb0728..8285324c 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 |