Skip to content

Commit

Permalink
update version to 21.3
Browse files Browse the repository at this point in the history
  • Loading branch information
john30 committed Nov 7, 2021
1 parent 5f59ab9 commit 0660677
Show file tree
Hide file tree
Showing 14 changed files with 24 additions and 24 deletions.
2 changes: 1 addition & 1 deletion ChangeLog.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# 21.3 (tbd)
# 21.3 (2021-11-07)

## Bug Fixes
* fix for escaping double quote in CSV format
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
21.2
21.3
2 changes: 1 addition & 1 deletion contrib/archlinux/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# Contributor: Milan Knizek <knizek volny cz>
# Usage: makepkg
pkgname=ebusd
pkgver=21.2
pkgver=21.3
pkgrel=1
pkgdesc="ebusd, the daemon for communication with eBUS heating systems."
arch=('i686' 'x86_64' 'armv6h' 'armv7h' 'aarch64')
Expand Down
2 changes: 1 addition & 1 deletion contrib/archlinux/PKGBUILD.git
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# Usage: makepkg -p PKGBUILD.git
pkgname=ebusd-git
_gitname=ebusd
pkgver=21.2
pkgver=21.3
pkgrel=1
pkgdesc="ebusd, the daemon for communication with eBUS heating systems."
arch=('i686' 'x86_64' 'armv6h' 'armv7h' 'aarch64')
Expand Down
4 changes: 2 additions & 2 deletions contrib/docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ RUN apt-get update && apt-get install -y \
WORKDIR /build

ENV EBUSD_ARCH amd64
ENV EBUSD_VERSION 21.2
ENV EBUSD_VERSION 21.3

RUN git clone https://github.com/john30/ebusd.git /build \
&& ./make_debian.sh
Expand All @@ -26,7 +26,7 @@ RUN apt-get update && apt-get install -y \

LABEL maintainer "ebusd@ebusd.eu"

ENV EBUSD_VERSION 21.2
ENV EBUSD_VERSION 21.3
ENV EBUSD_ARCH amd64

LABEL version "${EBUSD_VERSION}-${EBUSD_ARCH}-devel"
Expand Down
4 changes: 2 additions & 2 deletions contrib/docker/Dockerfile.arm32v5
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ RUN apt-get update && apt-get install -y \
WORKDIR /build

ENV EBUSD_ARCH arm32v5
ENV EBUSD_VERSION 21.2
ENV EBUSD_VERSION 21.3

RUN git clone https://github.com/john30/ebusd.git /build \
&& ./make_debian.sh
Expand All @@ -26,7 +26,7 @@ RUN apt-get update && apt-get install -y \

LABEL maintainer "ebusd@ebusd.eu"

ENV EBUSD_VERSION 21.2
ENV EBUSD_VERSION 21.3
ENV EBUSD_ARCH arm32v5

LABEL version "${EBUSD_VERSION}-${EBUSD_ARCH}-devel"
Expand Down
4 changes: 2 additions & 2 deletions contrib/docker/Dockerfile.arm32v7
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ RUN apt-get update && apt-get install -y \
WORKDIR /build

ENV EBUSD_ARCH arm32v7
ENV EBUSD_VERSION 21.2
ENV EBUSD_VERSION 21.3

RUN git clone https://github.com/john30/ebusd.git /build \
&& ./make_debian.sh
Expand All @@ -26,7 +26,7 @@ RUN apt-get update && apt-get install -y \

LABEL maintainer "ebusd@ebusd.eu"

ENV EBUSD_VERSION 21.2
ENV EBUSD_VERSION 21.3
ENV EBUSD_ARCH arm32v7

LABEL version "${EBUSD_VERSION}-${EBUSD_ARCH}-devel"
Expand Down
4 changes: 2 additions & 2 deletions contrib/docker/Dockerfile.arm64v8
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ RUN apt-get update && apt-get install -y \
WORKDIR /build

ENV EBUSD_ARCH arm64v8
ENV EBUSD_VERSION 21.2
ENV EBUSD_VERSION 21.3

RUN git clone https://github.com/john30/ebusd.git /build \
&& ./make_debian.sh
Expand All @@ -26,7 +26,7 @@ RUN apt-get update && apt-get install -y \

LABEL maintainer "ebusd@ebusd.eu"

ENV EBUSD_VERSION 21.2
ENV EBUSD_VERSION 21.3
ENV EBUSD_ARCH arm64v8

LABEL version "${EBUSD_VERSION}-${EBUSD_ARCH}-devel"
Expand Down
4 changes: 2 additions & 2 deletions contrib/docker/Dockerfile.i386
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ RUN apt-get update && apt-get install -y \
WORKDIR /build

ENV EBUSD_ARCH i386
ENV EBUSD_VERSION 21.2
ENV EBUSD_VERSION 21.3

RUN git clone https://github.com/john30/ebusd.git /build \
&& ./make_debian.sh
Expand All @@ -26,7 +26,7 @@ RUN apt-get update && apt-get install -y \

LABEL maintainer "ebusd@ebusd.eu"

ENV EBUSD_VERSION 21.2
ENV EBUSD_VERSION 21.3
ENV EBUSD_ARCH i386

LABEL version "${EBUSD_VERSION}-${EBUSD_ARCH}-devel"
Expand Down
4 changes: 2 additions & 2 deletions contrib/docker/Dockerfile.release
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ RUN apt-get update && apt-get install -y \
WORKDIR /build

ENV EBUSD_ARCH amd64
ENV EBUSD_VERSION 21.2
ENV EBUSD_VERSION 21.3

RUN git clone https://github.com/john30/ebusd.git /build \
&& ./make_debian.sh
Expand All @@ -26,7 +26,7 @@ RUN apt-get update && apt-get install -y \

LABEL maintainer "ebusd@ebusd.eu"

ENV EBUSD_VERSION 21.2
ENV EBUSD_VERSION 21.3
ENV EBUSD_ARCH amd64

LABEL version "${EBUSD_VERSION}-${EBUSD_ARCH}"
Expand Down
4 changes: 2 additions & 2 deletions contrib/docker/Dockerfile.release.arm32v5
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ RUN apt-get update && apt-get install -y \
WORKDIR /build

ENV EBUSD_ARCH arm32v5
ENV EBUSD_VERSION 21.2
ENV EBUSD_VERSION 21.3

RUN git clone https://github.com/john30/ebusd.git /build \
&& ./make_debian.sh
Expand All @@ -26,7 +26,7 @@ RUN apt-get update && apt-get install -y \

LABEL maintainer "ebusd@ebusd.eu"

ENV EBUSD_VERSION 21.2
ENV EBUSD_VERSION 21.3
ENV EBUSD_ARCH arm32v5

LABEL version "${EBUSD_VERSION}-${EBUSD_ARCH}"
Expand Down
4 changes: 2 additions & 2 deletions contrib/docker/Dockerfile.release.arm32v7
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ RUN apt-get update && apt-get install -y \
WORKDIR /build

ENV EBUSD_ARCH arm32v7
ENV EBUSD_VERSION 21.2
ENV EBUSD_VERSION 21.3

RUN git clone https://github.com/john30/ebusd.git /build \
&& ./make_debian.sh
Expand All @@ -26,7 +26,7 @@ RUN apt-get update && apt-get install -y \

LABEL maintainer "ebusd@ebusd.eu"

ENV EBUSD_VERSION 21.2
ENV EBUSD_VERSION 21.3
ENV EBUSD_ARCH arm32v7

LABEL version "${EBUSD_VERSION}-${EBUSD_ARCH}"
Expand Down
4 changes: 2 additions & 2 deletions contrib/docker/Dockerfile.release.arm64v8
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ RUN apt-get update && apt-get install -y \
WORKDIR /build

ENV EBUSD_ARCH arm64v8
ENV EBUSD_VERSION 21.2
ENV EBUSD_VERSION 21.3

RUN git clone https://github.com/john30/ebusd.git /build \
&& ./make_debian.sh
Expand All @@ -26,7 +26,7 @@ RUN apt-get update && apt-get install -y \

LABEL maintainer "ebusd@ebusd.eu"

ENV EBUSD_VERSION 21.2
ENV EBUSD_VERSION 21.3
ENV EBUSD_ARCH arm64v8

LABEL version "${EBUSD_VERSION}-${EBUSD_ARCH}"
Expand Down
4 changes: 2 additions & 2 deletions contrib/docker/Dockerfile.release.i386
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ RUN apt-get update && apt-get install -y \
WORKDIR /build

ENV EBUSD_ARCH i386
ENV EBUSD_VERSION 21.2
ENV EBUSD_VERSION 21.3

RUN git clone https://github.com/john30/ebusd.git /build \
&& ./make_debian.sh
Expand All @@ -26,7 +26,7 @@ RUN apt-get update && apt-get install -y \

LABEL maintainer "ebusd@ebusd.eu"

ENV EBUSD_VERSION 21.2
ENV EBUSD_VERSION 21.3
ENV EBUSD_ARCH i386

LABEL version "${EBUSD_VERSION}-${EBUSD_ARCH}"
Expand Down

0 comments on commit 0660677

Please sign in to comment.