Merge branch 'master' of github.com:yandex/ClickHouse

This commit is contained in:
Alexey Milovidov 2018-08-10 07:03:32 +03:00
commit cc8a0488d3
5 changed files with 9 additions and 9 deletions

View File

@ -2,10 +2,10 @@
set(VERSION_REVISION 54405 CACHE STRING "")
set(VERSION_MAJOR 18 CACHE STRING "")
set(VERSION_MINOR 10 CACHE STRING "")
set(VERSION_PATCH 0 CACHE STRING "")
set(VERSION_GITHASH cd7b254b7bff5bdfeadcd3eff0df20648870c939 CACHE STRING "")
set(VERSION_DESCRIBE v18.10.0-testing CACHE STRING "")
set(VERSION_STRING 18.10.0 CACHE STRING "")
set(VERSION_PATCH 1 CACHE STRING "")
set(VERSION_GITHASH 419bc587c0079b51a906a65af9a10da3300ddaf2 CACHE STRING "")
set(VERSION_DESCRIBE v18.10.1-testing CACHE STRING "")
set(VERSION_STRING 18.10.1 CACHE STRING "")
# end of autochange
set(VERSION_EXTRA "" CACHE STRING "")

4
debian/changelog vendored
View File

@ -1,5 +1,5 @@
clickhouse (18.10.0) unstable; urgency=low
clickhouse (18.10.1) unstable; urgency=low
* Modified source code
-- <root@yandex-team.ru> Thu, 09 Aug 2018 04:42:46 +0300
-- <root@yandex-team.ru> Fri, 10 Aug 2018 06:02: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=18.10.0
ARG version=18.10.1
RUN apt-get update && \
apt-get install -y apt-transport-https dirmngr && \

View File

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

View File

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