From 4291281629be14dd169d74251e1bf3d37841e19b Mon Sep 17 00:00:00 2001 From: Michael Vetter Date: Fri, 7 Feb 2020 21:47:41 +0100 Subject: [PATCH] Release 0.8.1 --- configure.ac | 4 ++-- profanity.spec | 2 +- 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