From 84f72d85a6735d64ade8f8bc8619bd61699298b2 Mon Sep 17 00:00:00 2001 From: Richard Bayerle Date: Fri, 12 Feb 2021 00:25:39 +0100 Subject: [PATCH] bump version to 0.7.0 --- .appveyor.yml | 4 ++-- README.md | 2 +- src/lurch.h | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.appveyor.yml b/.appveyor.yml index 9c52b13..a9957eb 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -1,4 +1,4 @@ -version: 0.6.9-dev-{build} +version: 0.7.0-{build} image: Ubuntu1804 @@ -19,4 +19,4 @@ after_test: artifacts: - path: build/lurch.so - name: lurch-$APPVEYOR_BUILD_VERSION-$APPVEYOR_REPO_COMMIT.so \ No newline at end of file + name: lurch-$APPVEYOR_BUILD_VERSION-$APPVEYOR_REPO_COMMIT.so diff --git a/README.md b/README.md index 8059e3a..99bd3eb 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# lurch 0.6.9-dev +# lurch 0.7.0 /lʊʁç/. In German, an Axolotl is a type of Lurch, which simply means 'amphibian'. This plugin brings _Axolotl_, by now renamed to _double ratchet_, to _libpurple_ applications such as [Pidgin](https://www.pidgin.im/) by implementing the [XEP-0384: OMEMO Encryption](https://xmpp.org/extensions/xep-0384.html). For a higher-level overview, see [the official OMEMO homepage](https://conversations.im/omemo/). (Plus I thought the word sounds funny.) diff --git a/src/lurch.h b/src/lurch.h index a81fa25..abdcb55 100644 --- a/src/lurch.h +++ b/src/lurch.h @@ -1,7 +1,7 @@ #ifndef __LURCH_H # define __LURCH_H -# define LURCH_VERSION "0.6.9-dev" +# define LURCH_VERSION "0.7.0" # define LURCH_AUTHOR "Richard Bayerle " #endif /* __LURCH_H */