Auto version update to [18.12.13] [54407]

This commit is contained in:
robot-clickhouse 2018-09-10 22:07:26 +03:00
parent c6bb8a340a
commit 5772699e9c
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 12 CACHE STRING "")
set(VERSION_GITHASH 4793e620be8eb90467e9eedc18dd0afd11085dc2 CACHE STRING "")
set(VERSION_DESCRIBE v18.12.12-testing CACHE STRING "")
set(VERSION_STRING 18.12.12 CACHE STRING "")
set(VERSION_PATCH 13 CACHE STRING "")
set(VERSION_GITHASH c6bb8a340a45474f1009af4eb665506e16808672 CACHE STRING "")
set(VERSION_DESCRIBE v18.12.13-testing CACHE STRING "")
set(VERSION_STRING 18.12.13 CACHE STRING "")
# end of autochange
set(VERSION_EXTRA "" CACHE STRING "")

4
debian/changelog vendored
View File

@ -1,5 +1,5 @@
clickhouse (18.12.12) unstable; urgency=low
clickhouse (18.12.13) unstable; urgency=low
* Modified source code
-- <root@yandex-team.ru> Mon, 10 Sep 2018 20:27:50 +0300
-- <root@yandex-team.ru> Mon, 10 Sep 2018 22:07:26 +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.12
ARG version=18.12.13
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.12
ARG version=18.12.13
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.12
ARG version=18.12.13
RUN apt-get update && \
apt-get install -y apt-transport-https dirmngr && \