Auto version update to [18.12.11] [54407]

This commit is contained in:
robot-clickhouse 2018-09-10 13:44:17 +03:00
parent 1d28a9c510
commit fc00da194a
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 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 "")
set(VERSION_PATCH 11 CACHE STRING "")
set(VERSION_GITHASH 1d28a9c510120b07f0719b2f33ccbc21be1e339d CACHE STRING "")
set(VERSION_DESCRIBE v18.12.11-testing CACHE STRING "")
set(VERSION_STRING 18.12.11 CACHE STRING "")
# end of autochange
set(VERSION_EXTRA "" CACHE STRING "")

4
debian/changelog vendored
View File

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