From 0b3e2e57429376414971b026c846994b96861491 Mon Sep 17 00:00:00 2001 From: Frank Denis Date: Sun, 6 Jan 2019 15:55:36 +0100 Subject: [PATCH 1/2] Offline documentation is only available in PDF format now --- README.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.markdown b/README.markdown index b986ca1c..61a0ec5d 100644 --- a/README.markdown +++ b/README.markdown @@ -26,7 +26,7 @@ The documentation is available on Gitbook and built from the [libsodium-doc](htt * [libsodium documentation](https://download.libsodium.org/doc/) - online, requires Javascript. * [offline documentation](https://www.gitbook.com/book/jedisct1/libsodium/details) -in PDF, MOBI and ePUB formats. +in PDF format. ## Integrity Checking From 4adf25c39fb2b885da100d5411da60586e2ddc04 Mon Sep 17 00:00:00 2001 From: Frank Denis Date: Sun, 6 Jan 2019 17:25:35 +0100 Subject: [PATCH 2/2] Bump DLL version --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 6d7c6ea4..e3d6ce5a 100644 --- a/configure.ac +++ b/configure.ac @@ -16,7 +16,7 @@ AC_SUBST(VERSION) SODIUM_LIBRARY_VERSION_MAJOR=10 SODIUM_LIBRARY_VERSION_MINOR=2 -DLL_VERSION=8 +DLL_VERSION=23 SODIUM_LIBRARY_VERSION=25:0:2 # | | | # +------+ | +---+