diff --git a/ChangeLog.md b/ChangeLog.md index c4215576..d91c01df 100644 --- a/ChangeLog.md +++ b/ChangeLog.md @@ -1,4 +1,4 @@ -# 3.0 (2017-08-xx) +# 3.0 (2017-08-29) ## Breaking Changes * switched to C++11 compiler diff --git a/VERSION b/VERSION index 71b66789..f398a206 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -3.0pre \ No newline at end of file +3.0 \ No newline at end of file diff --git a/contrib/archlinux/PKGBUILD b/contrib/archlinux/PKGBUILD index cc55961b..c186f0b4 100644 --- a/contrib/archlinux/PKGBUILD +++ b/contrib/archlinux/PKGBUILD @@ -2,7 +2,7 @@ # Contributor: Milan Knizek # Usage: makepkg pkgname=ebusd -pkgver=2.4 +pkgver=3.0 pkgrel=1 pkgdesc="ebusd, the daemon for communication with eBUS heating systems." arch=('i686' 'x86_64' 'armv6h' 'armv7h' 'aarch64') diff --git a/contrib/archlinux/PKGBUILD.git b/contrib/archlinux/PKGBUILD.git index 40615b5f..93335b0f 100644 --- a/contrib/archlinux/PKGBUILD.git +++ b/contrib/archlinux/PKGBUILD.git @@ -3,7 +3,7 @@ # Usage: makepkg -p PKGBUILD.git pkgname=ebusd-git _gitname=ebusd -pkgver=2.4 +pkgver=3.0 pkgrel=1 pkgdesc="ebusd, the daemon for communication with eBUS heating systems." arch=('i686' 'x86_64' 'armv6h' 'armv7h' 'aarch64') diff --git a/contrib/docker/release/Dockerfile b/contrib/docker/release/Dockerfile index dc0ed102..312c5c75 100644 --- a/contrib/docker/release/Dockerfile +++ b/contrib/docker/release/Dockerfile @@ -6,7 +6,7 @@ RUN apt-get update && apt-get install -y \ LABEL maintainer "ebusd@ebusd.eu" -ENV EBUSD_VERSION 2.4 +ENV EBUSD_VERSION 3.0 ENV EBUSD_ARCH amd64 LABEL version "${EBUSD_VERSION}-${EBUSD_ARCH}"