Auto version update to [19.3.0] [54415]

This commit is contained in:
robot-clickhouse 2019-02-11 18:13:23 +03:00
parent 1db4bd8c2a
commit b141657e61
5 changed files with 10 additions and 10 deletions

View File

@ -1,11 +1,11 @@
# This strings autochanged from release_lib.sh:
set(VERSION_REVISION 54414)
set(VERSION_REVISION 54415)
set(VERSION_MAJOR 19)
set(VERSION_MINOR 2)
set(VERSION_MINOR 3)
set(VERSION_PATCH 0)
set(VERSION_GITHASH dcfca1355468a2d083b33c867effa8f79642ed6e)
set(VERSION_DESCRIBE v19.2.0-testing)
set(VERSION_STRING 19.2.0)
set(VERSION_GITHASH 1db4bd8c2a1a0cd610c8a6564e8194dca5265562)
set(VERSION_DESCRIBE v19.3.0-testing)
set(VERSION_STRING 19.3.0)
# end of autochange
set(VERSION_EXTRA "" CACHE STRING "")

4
debian/changelog vendored
View File

@ -1,5 +1,5 @@
clickhouse (19.2.0) unstable; urgency=low
clickhouse (19.3.0) unstable; urgency=low
* Modified source code
-- <root@yandex-team.ru> Sat, 09 Feb 2019 14:13:07 +0300
-- <root@yandex-team.ru> Mon, 11 Feb 2019 18:13:23 +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.2.0
ARG version=19.3.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.2.0
ARG version=19.3.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.2.0
ARG version=19.3.0
RUN apt-get update && \
apt-get install -y apt-transport-https dirmngr && \