Auto version update to [19.1.0] [54413]

This commit is contained in:
robot-clickhouse 2019-01-01 07:16:20 +03:00
parent 014e344a36
commit 9ed4fce934
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 54412 CACHE STRING "") # changed manually for tests
set(VERSION_MAJOR 18 CACHE STRING "")
set(VERSION_MINOR 16 CACHE STRING "")
set(VERSION_REVISION 54413 CACHE STRING "") # changed manually for tests
set(VERSION_MAJOR 19 CACHE STRING "")
set(VERSION_MINOR 1 CACHE STRING "")
set(VERSION_PATCH 0 CACHE STRING "")
set(VERSION_GITHASH b9b48c646c253358340bd39fd57754e92f88cd8a CACHE STRING "")
set(VERSION_DESCRIBE v18.16.0-testing CACHE STRING "")
set(VERSION_STRING 18.16.0 CACHE STRING "")
set(VERSION_GITHASH 014e344a36bc19a58621e0add379984cf62b9067 CACHE STRING "")
set(VERSION_DESCRIBE v19.1.0-testing CACHE STRING "")
set(VERSION_STRING 19.1.0 CACHE STRING "")
# end of autochange
set(VERSION_EXTRA "" CACHE STRING "")

4
debian/changelog vendored
View File

@ -1,5 +1,5 @@
clickhouse (18.16.0) unstable; urgency=low
clickhouse (19.1.0) unstable; urgency=low
* Modified source code
-- <root@yandex-team.ru> Fri, 14 Dec 2018 20:26:45 +0300
-- <root@yandex-team.ru> Tue, 01 Jan 2019 07:16:20 +0300

View File

@ -1,7 +1,7 @@
FROM ubuntu:18.04
ARG repository="deb http://repo.yandex.ru/clickhouse/deb/stable/ main/"
ARG version=18.16.0
ARG version=19.1.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=18.16.0
ARG version=19.1.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=18.16.0
ARG version=19.1.0
RUN apt-get update && \
apt-get install -y apt-transport-https dirmngr && \