Skip to content

Commit

Permalink
Release 0.14.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jubalh committed Aug 3, 2023
1 parent e83ed92 commit 6b0fddd
Show file tree
Hide file tree
Showing 107 changed files with 6,172 additions and 4 deletions.
4 changes: 2 additions & 2 deletions configure.ac
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Process this file with autoconf to produce a configure script.

AC_PREREQ([2.69])
AC_INIT([profanity],[0.13.1],[[email protected]],[profanity],[https://profanity-im.github.io/])
AC_INIT([profanity],[0.14.0],[[email protected]],[profanity],[https://profanity-im.github.io/])
AC_CONFIG_AUX_DIR([build-aux])
AC_CONFIG_MACRO_DIR([m4])
AC_CONFIG_SRCDIR([src/main.c])
Expand All @@ -24,7 +24,7 @@ AS_CASE([$target_os],

AM_INIT_AUTOMAKE([foreign subdir-objects])

PACKAGE_STATUS="development"
PACKAGE_STATUS="release"

## Get git branch and revision if in development
if test "x$PACKAGE_STATUS" = xdevelopment; then
Expand Down
12 changes: 12 additions & 0 deletions docs/profanity-about.1
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
.TH man 1 "2023-08-03" "0.13.1" "Profanity XMPP client"

.SH NAME
/about

.SH DESCRIPTION
Show version and license information.

.SH SYNOPSIS
/about

.LP
Loading

0 comments on commit 6b0fddd

Please sign in to comment.