Skip to content

Commit

Permalink
bump version to 0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
gkdr committed Dec 2, 2020
1 parent 5dd1a90 commit 8f817e6
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
2 changes: 1 addition & 1 deletion src/libomemo.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* LIBOMEMO 0.6.2
* LIBOMEMO 0.7.0
*/


Expand Down

0 comments on commit 8f817e6

Please sign in to comment.