about summary refs log tree commit diff stats
path: root/configure.ac
diff options
context:
space:
mode:
authorMichael Vetter <jubalh@iodoru.org>2020-02-03 11:12:17 +0100
committerMichael Vetter <jubalh@iodoru.org>2020-02-03 11:12:17 +0100
commit94a9de8773559c5f2be7de6118e40e68186b6823 (patch)
tree81e2b8e41d737812b5e006c8ef3a057729f3c9df /configure.ac
parent43286e2dc6cd2c70ad3ed75d68b70a44a43e17e6 (diff)
downloadprofani-tty-94a9de8773559c5f2be7de6118e40e68186b6823.tar.gz
Release 0.8.0
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index 2a9dec92..d79c41d9 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,7 +1,7 @@
 #                                               -*- Autoconf -*-
 # Process this file with autoconf to produce a configure script.
 
-AC_INIT([profanity], [0.7.1], [jubalh@iodoru.org])
+AC_INIT([profanity], [0.8.0], [jubalh@iodoru.org])
 AC_CONFIG_AUX_DIR([build-aux])
 AC_CONFIG_MACRO_DIR([m4])
 AC_CONFIG_SRCDIR([src/main.c])
@@ -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