Skip to content

Commit

Permalink
Release 1.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
McKael committed Sep 19, 2020
1 parent 50f687f commit 282b29a
Show file tree
Hide file tree
Showing 7 changed files with 13 additions and 12 deletions.
6 changes: 3 additions & 3 deletions mcabber/ChangeLog
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
mcabber (1.1.2-dev)
mcabber (1.1.2)

*
* Fix display when sending message to a full JID (Frank Zschockelt)

-- Mikael, ?
-- Mikael, 2020-09-19

mcabber (1.1.1)

Expand Down
1 change: 1 addition & 0 deletions mcabber/ChangeLog.api
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
dev (41)

* Stable api 1.1.2:1
* Stable api 1.1.1:1
* Stable api 1.1.0:1
* Stable api 1.0.5:1
Expand Down
4 changes: 2 additions & 2 deletions mcabber/configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# Process this file with autoconf to produce a configure script.

AC_PREREQ(2.59)
AC_INIT([mcabber],[1.1.2-dev],[[email protected]])
AC_INIT([mcabber],[1.1.2],[[email protected]])
XC_AUTOMAKE
AC_CONFIG_SRCDIR([mcabber])
AC_CONFIG_HEADERS([mcabber/config.h])
Expand Down Expand Up @@ -292,7 +292,7 @@ AM_CONDITIONAL([OTR], [test x$libotr_found = xyes])
AM_CONDITIONAL([INSTALL_HEADERS], [test x$enable_modules != xno])

# Prepare some config.h variables
AC_DEFINE([MCABBER_BRANCH], "dev", [Mcabber branch])
AC_DEFINE([MCABBER_BRANCH], "1.1.2", [Mcabber branch])
AC_DEFINE([MCABBER_VERSION], "AC_PACKAGE_VERSION", [Mcabber version string])

# We need _GNU_SOURCE for strptime() and strcasestr()
Expand Down
4 changes: 2 additions & 2 deletions mcabber/doc/mcabber.1
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@
.\" Generator: DocBook XSL Stylesheets v1.78.1 <http://docbook.sf.net/>
.\" Date: September 2020
.\" Manual: \ \&
.\" Source: \ \& 1.1.2-dev
.\" Source: \ \& 1.1.2
.\" Language: English
.\"
.TH "MCABBER" "1" "September 2020" "\ \& 1\&.1\&.2\-dev" "\ \&"
.TH "MCABBER" "1" "September 2020" "\ \& 1\&.1\&.2" "\ \&"
.\" -----------------------------------------------------------------
.\" * Define some portability stuff
.\" -----------------------------------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion mcabber/doc/mcabber.1.html
Original file line number Diff line number Diff line change
Expand Up @@ -2993,7 +2993,7 @@ <h2 id="_copying">COPYING</h2>
<div id="footnotes"><hr></div>
<div id="footer">
<div id="footer-text">
Version 1.1.2-dev<br>
Version 1.1.2<br>
Last updated
2020-09-06 19:21:53 CEST
</div>
Expand Down
2 changes: 1 addition & 1 deletion mcabber/doc/mcabber.1.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
MCABBER(1)
===========
Mikael BERTHE <[email protected]>
v1.1.2-dev, September 2020
v1.1.2, September 2020

NAME
----
Expand Down
6 changes: 3 additions & 3 deletions mcabber/mcabber/api.h
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@
#include <glib.h>
#include <mcabber/config.h> // For MCABBER_BRANCH

#define MCABBER_API_VERSION 41
#define MCABBER_API_MIN 41
#define MCABBER_API_VERSION 1
#define MCABBER_API_MIN 1

#define MCABBER_BRANCH_DEV 1
/* #define MCABBER_BRANCH_DEV 1 */

// cmd_add returns gpointer id
#define MCABBER_API_HAVE_CMD_ID 1
Expand Down

0 comments on commit 282b29a

Please sign in to comment.