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

Commit

Permalink
release: bump Elektra to 0.9.8
Browse files Browse the repository at this point in the history
  • Loading branch information
mpranj committed Oct 3, 2021
1 parent 499ce93 commit ce7f541
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 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 7)
set (KDB_VERSION_PATCH 8)
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.7 found
-- Elektra 0.9.8 found
-- Configuring done
-- Generating done
-- Build files have been written to: Hello/build
Expand Down
2 changes: 1 addition & 1 deletion scripts/docker/alpine/3.14/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM alpine:3.14.0
FROM alpine:3.14.2

RUN apk update \
&& apk add --no-cache \
Expand Down
6 changes: 3 additions & 3 deletions scripts/docker/alpine/3.14/release.Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# syntax = docker/dockerfile:1.2
FROM alpine:3.14.0
FROM alpine:3.14.2

RUN apk update \
&& apk add --no-cache --upgrade\
Expand Down Expand Up @@ -30,7 +30,7 @@ RUN mkdir -p ${GTEST_ROOT} \
&& rm gtest.tar.gz

ENV ELEKTRA_ROOT=/opt/elektra
ENV ELEKTRA_RELEASE=0.9.7
ENV ELEKTRA_RELEASE=0.9.8
RUN mkdir -p ${ELEKTRA_ROOT} \
&& cd /tmp \
&& curl -o elektra.tar.gz \
Expand Down Expand Up @@ -65,7 +65,7 @@ RUN --mount=type=tmpfs,target=/tmp \
&& rm -Rf ${GTEST_ROOT}


FROM alpine:3.14.0
FROM alpine:3.14.2
COPY --from=0 ${ELEKTRA_ROOT} \
${ELEKTRA_ROOT}
ARG USERID=1000
Expand Down
2 changes: 1 addition & 1 deletion src/bindings/jna/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ Simply add libelektra as dependency using:
<dependency>
<groupId>org.libelektra</groupId>
<artifactId>libelektra</artifactId>
<version>0.9.7</version>
<version>0.9.8</version>
</dependency>
```

Expand Down

0 comments on commit ce7f541

Please sign in to comment.