Auto version update to [18.10.0] [54405]

This commit is contained in:
robot-clickhouse 2018-08-09 04:42:46 +03:00
parent cd7b254b7b
commit abbbd26e71
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 54404 CACHE STRING "")
set(VERSION_REVISION 54405 CACHE STRING "")
set(VERSION_MAJOR 18 CACHE STRING "")
set(VERSION_MINOR 9 CACHE STRING "")
set(VERSION_MINOR 10 CACHE STRING "")
set(VERSION_PATCH 0 CACHE STRING "")
set(VERSION_GITHASH c83721a02db002eef7ff864f82d53ca89d47f9e6 CACHE STRING "")
set(VERSION_DESCRIBE v18.9.0-testing CACHE STRING "")
set(VERSION_STRING 18.9.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 "")
# end of autochange
set(VERSION_EXTRA "" CACHE STRING "")

4
debian/changelog vendored
View File

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