diff --git a/README.md b/README.md index f6e715f..e2d25b7 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# lurch 0.6.3 +# lurch 0.6.4 /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 [OMEMO](https://conversations.im/omemo/). (Plus I thought the word sounds funny, especially when pronounced by a speaker of English.) @@ -28,12 +28,12 @@ On Arch/Parabola you can install the following packages: sudo pacman -S base-devel git pidgin libpurple mxml sqlite libxml2 libgcrypt ``` -Then, get the source code: +Then, get the source code, including all submodules and their submodules: ``` bash git clone https://github.com/gkdr/lurch/ cd lurch -git submodule update --init +git submodule update --init --recursive ``` If you just pull a newer version, remember to also update the submodules as they might have changed! diff --git a/lib/axc b/lib/axc index 9460172..032fba9 160000 --- a/lib/axc +++ b/lib/axc @@ -1 +1 @@ -Subproject commit 9460172e97b8fca9c6f69780cdb68d25721fb22e +Subproject commit 032fba9c5610d33298cccaf400af9a8813b03f2f diff --git a/src/lurch.c b/src/lurch.c index 86893b1..c247364 100644 --- a/src/lurch.c +++ b/src/lurch.c @@ -2712,7 +2712,7 @@ static PurplePluginInfo info = { "core-riba-lurch", "lurch", - "0.6.3", + "0.6.4", "Implements OMEMO for libpurple.", "End-to-end encryption using the Signal protocol, adapted for XMPP.",