Skip to content
This repository has been archived by the owner on Oct 15, 2024. It is now read-only.

Commit

Permalink
elektra: bump to 0.9.14
Browse files Browse the repository at this point in the history
  • Loading branch information
mpranj committed Mar 16, 2023
1 parent bffacdd commit e1cd865
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion doc/tutorials/hello-elektra.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions src/bindings/jna/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ Simply add libelektra as dependency using:
<dependency>
<groupId>org.libelektra</groupId>
<artifactId>libelektra</artifactId>
<version>0.9.13</version>
<version>0.9.14</version>
</dependency>
```

Expand All @@ -103,7 +103,7 @@ repositories {
}
dependencies {
implementation "org.libelektra:libelektra:0.9.13"
implementation "org.libelektra:libelektra:0.9.14"
}
```

Expand Down

0 comments on commit e1cd865

Please sign in to comment.