Auto version update to [19.4.0] [54416]

This commit is contained in:
robot-clickhouse 2019-03-08 18:18:39 +03:00
parent 84dd4aac8b
commit ecc05e2bba
5 changed files with 11 additions and 11 deletions

View File

@ -1,11 +1,11 @@
# This strings autochanged from release_lib.sh:
set(VERSION_REVISION 54415)
set(VERSION_REVISION 54416)
set(VERSION_MAJOR 19)
set(VERSION_MINOR 3)
set(VERSION_PATCH 4)
set(VERSION_GITHASH 263e69e861b769eae7e2bcc79d87673e3a08d376)
set(VERSION_DESCRIBE v19.3.4-testing)
set(VERSION_STRING 19.3.4)
set(VERSION_MINOR 4)
set(VERSION_PATCH 0)
set(VERSION_GITHASH 84dd4aac8bf9847b6a5a496af1babf2dc133966a)
set(VERSION_DESCRIBE v19.4.0-testing)
set(VERSION_STRING 19.4.0)
# end of autochange
set(VERSION_EXTRA "" CACHE STRING "")

4
debian/changelog vendored
View File

@ -1,5 +1,5 @@
clickhouse (19.3.4) unstable; urgency=low
clickhouse (19.4.0) unstable; urgency=low
* Modified source code
-- <root@yandex-team.ru> Fri, 15 Feb 2019 14:50:36 +0300
-- <root@yandex-team.ru> Fri, 08 Mar 2019 18:18:39 +0300

View File

@ -1,7 +1,7 @@
FROM ubuntu:18.04
ARG repository="deb http://repo.yandex.ru/clickhouse/deb/stable/ main/"
ARG version=19.3.4
ARG version=19.4.0
RUN apt-get update \
&& apt-get install --yes --no-install-recommends \

View File

@ -1,7 +1,7 @@
FROM ubuntu:18.04
ARG repository="deb http://repo.yandex.ru/clickhouse/deb/stable/ main/"
ARG version=19.3.4
ARG version=19.4.0
ARG gosu_ver=1.10
RUN apt-get update \

View File

@ -1,7 +1,7 @@
FROM ubuntu:18.04
ARG repository="deb http://repo.yandex.ru/clickhouse/deb/stable/ main/"
ARG version=19.3.4
ARG version=19.4.0
RUN apt-get update && \
apt-get install -y apt-transport-https dirmngr && \