Auto version update to [19.12.1.1] [54424]

This commit is contained in:
robot-clickhouse 2019-07-10 22:57:53 +03:00
parent e0f04dee04
commit f635d2bd9b
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 54423)
set(VERSION_REVISION 54424)
set(VERSION_MAJOR 19)
set(VERSION_MINOR 11)
set(VERSION_PATCH 0)
set(VERSION_MINOR 12)
set(VERSION_PATCH 1)
set(VERSION_GITHASH a584f0ca6cb5df9b0d9baf1e2e1eaa7d12a20a44)
set(VERSION_DESCRIBE v19.11.0.830-prestable)
set(VERSION_STRING 19.11.0.830)
set(VERSION_DESCRIBE v19.12.1.1-prestable)
set(VERSION_STRING 19.12.1.1)
# end of autochange
set(VERSION_EXTRA "" CACHE STRING "")

4
debian/changelog vendored
View File

@ -1,5 +1,5 @@
clickhouse (19.11.0) unstable; urgency=low
clickhouse (19.12.1.1) unstable; urgency=low
* Modified source code
-- chertus <chertus@yandex-team.ru> Fri, 21 Jun 2019 18:47:02 +0300
-- clickhouse-release <clickhouse-release@yandex-team.ru> Wed, 10 Jul 2019 22:57:50 +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.11.0
ARG version=19.12.1.*
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.11.0
ARG version=19.12.1.*
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.11.0
ARG version=19.12.1.*
RUN apt-get update && \
apt-get install -y apt-transport-https dirmngr && \