Auto version update to [18.12.10] [54407]

This commit is contained in:
robot-clickhouse 2018-09-10 07:40:13 +03:00
parent c557a71199
commit b4e62da3a6
5 changed files with 9 additions and 9 deletions

View File

@ -2,10 +2,10 @@
set(VERSION_REVISION 54407 CACHE STRING "")
set(VERSION_MAJOR 18 CACHE STRING "")
set(VERSION_MINOR 12 CACHE STRING "")
set(VERSION_PATCH 9 CACHE STRING "")
set(VERSION_GITHASH 264e48b8d60ad6cd6e40b3439b8e09355267c513 CACHE STRING "")
set(VERSION_DESCRIBE v18.12.9-testing CACHE STRING "")
set(VERSION_STRING 18.12.9 CACHE STRING "")
set(VERSION_PATCH 10 CACHE STRING "")
set(VERSION_GITHASH c557a71199ebf0208b2b3ee2aa7ec2d20720f063 CACHE STRING "")
set(VERSION_DESCRIBE v18.12.10-testing CACHE STRING "")
set(VERSION_STRING 18.12.10 CACHE STRING "")
# end of autochange
set(VERSION_EXTRA "" CACHE STRING "")

4
debian/changelog vendored
View File

@ -1,5 +1,5 @@
clickhouse (18.12.9) unstable; urgency=low
clickhouse (18.12.10) unstable; urgency=low
* Modified source code
-- <root@yandex-team.ru> Sat, 08 Sep 2018 05:24:36 +0300
-- <root@yandex-team.ru> Mon, 10 Sep 2018 07:40:12 +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.12.9
ARG version=18.12.10
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.12.9
ARG version=18.12.10
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.12.9
ARG version=18.12.10
RUN apt-get update && \
apt-get install -y apt-transport-https dirmngr && \