about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorMichael Vetter <jubalh@iodoru.org>2020-02-07 21:47:41 +0100
committerMichael Vetter <jubalh@iodoru.org>2020-02-07 21:47:41 +0100
commit4291281629be14dd169d74251e1bf3d37841e19b (patch)
tree651f337fc5df286b4a7231e9b1809837f3baee56
parentd05018857b23a0f61833a55d0697a17199fd71ec (diff)
downloadprofani-tty-4291281629be14dd169d74251e1bf3d37841e19b.tar.gz
Release 0.8.1
-rw-r--r--configure.ac4
-rw-r--r--profanity.spec2
2 files changed, 3 insertions, 3 deletions
diff --git a/configure.ac b/configure.ac
index f0366942..f988c689 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.8.0], [jubalh@iodoru.org])
+AC_INIT([profanity], [0.8.1], [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
diff --git a/profanity.spec b/profanity.spec
index 50a4ab1b..3edd9caa 100644
--- a/profanity.spec
+++ b/profanity.spec
@@ -1,5 +1,5 @@
 Name:		profanity
-Version:	0.8.0
+Version:	0.8.1
 Release:	2%{?dist}
 Summary:	A console based XMPP client