diff --git a/Makefile b/Makefile index d31641b..5a6b080 100644 --- a/Makefile +++ b/Makefile @@ -8,7 +8,7 @@ MKDIR_P = mkdir -p ARCH = $(shell gcc -print-multiarch) VER_MAJ = 0 -VERSION = 0.6.2 +VERSION = 0.7.0 PKG_CONFIG ?= pkg-config GLIB_CFLAGS ?= $(shell $(PKG_CONFIG) --cflags glib-2.0) diff --git a/README.md b/README.md index c15f243..36695c3 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# libomemo 0.6.2 +# libomemo 0.7.0 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 59a3e54..6b9961e 100644 --- a/src/libomemo.h +++ b/src/libomemo.h @@ -1,5 +1,5 @@ /** - * LIBOMEMO 0.6.2 + * LIBOMEMO 0.7.0 */