From 7667e54d6488aba85701bb4dd6e09fd98bfb3a2c Mon Sep 17 00:00:00 2001 From: Richard Bayerle Date: Sun, 31 Jan 2021 14:22:10 +0100 Subject: [PATCH] bump version to 0.7.1 --- Makefile | 2 +- README.md | 2 +- src/libomemo.h | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index 6819861..e7b9ea6 100644 --- a/Makefile +++ b/Makefile @@ -8,7 +8,7 @@ MKDIR_P = mkdir -p ARCH = $(shell gcc -print-multiarch) VER_MAJ = 0 -VERSION = 0.7.0 +VERSION = 0.7.1 PKG_CONFIG ?= pkg-config GLIB_CFLAGS ?= $(shell $(PKG_CONFIG) --cflags glib-2.0) diff --git a/README.md b/README.md index 36695c3..4af4af3 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# libomemo 0.7.0 +# libomemo 0.7.1 Implements [OMEMO](https://conversations.im/omemo/) ([XEP-0384](https://xmpp.org/extensions/xep-0384.html)) in C. Input and output are XML strings, so it does not force you to use a certain XML lib. diff --git a/src/libomemo.h b/src/libomemo.h index 6b9961e..92f82c7 100644 --- a/src/libomemo.h +++ b/src/libomemo.h @@ -1,5 +1,5 @@ /** - * LIBOMEMO 0.7.0 + * LIBOMEMO 0.7.1 */