From e1cd8651d0724652e2a8b100b8a416919eddff45 Mon Sep 17 00:00:00 2001 From: Mihael Pranjic Date: Thu, 16 Mar 2023 14:52:41 +0100 Subject: [PATCH] elektra: bump to 0.9.14 --- CMakeLists.txt | 2 +- doc/tutorials/hello-elektra.md | 2 +- src/bindings/jna/README.md | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index af482761d46..fb15b144562 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -5,7 +5,7 @@ set (CMAKE_USER_MAKE_RULES_OVERRIDE "${CMAKE_SOURCE_DIR}/scripts/cmake/Platform. set (KDB_VERSION_MAJOR 0) set (KDB_VERSION_MINOR 9) -set (KDB_VERSION_PATCH 13) +set (KDB_VERSION_PATCH 14) set (KDB_VERSION "${KDB_VERSION_MAJOR}.${KDB_VERSION_MINOR}.${KDB_VERSION_PATCH}") set (ELEKTRA_DESCRIPTION diff --git a/doc/tutorials/hello-elektra.md b/doc/tutorials/hello-elektra.md index aa3bf79bdd1..14b872001a1 100644 --- a/doc/tutorials/hello-elektra.md +++ b/doc/tutorials/hello-elektra.md @@ -50,7 +50,7 @@ This basic tutorial shows you how to compile and run a very basic Elektra applic -- Detecting CXX compiler ABI info - done -- Detecting CXX compile features -- Detecting CXX compile features - done - -- Elektra 0.9.13 found + -- Elektra 0.9.14 found -- Configuring done -- Generating done -- Build files have been written to: Hello/build diff --git a/src/bindings/jna/README.md b/src/bindings/jna/README.md index 3f1dce8b0f8..cc7f6ad8852 100644 --- a/src/bindings/jna/README.md +++ b/src/bindings/jna/README.md @@ -86,7 +86,7 @@ Simply add libelektra as dependency using: org.libelektra libelektra - 0.9.13 + 0.9.14 ``` @@ -103,7 +103,7 @@ repositories { } dependencies { - implementation "org.libelektra:libelektra:0.9.13" + implementation "org.libelektra:libelektra:0.9.14" } ```