Auto version update to [18.12.1] [54407]

This commit is contained in:
robot-clickhouse 2018-08-30 22:28:33 +03:00
parent 76eaacf1be
commit f171557c77
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 0 CACHE STRING "")
set(VERSION_GITHASH b262715bd8f384eca613ec7337883c3d38083f52 CACHE STRING "")
set(VERSION_DESCRIBE v18.12.0-testing CACHE STRING "")
set(VERSION_STRING 18.12.0 CACHE STRING "")
set(VERSION_PATCH 1 CACHE STRING "")
set(VERSION_GITHASH 76eaacf1be15102a732a90949739b6605d8596a1 CACHE STRING "")
set(VERSION_DESCRIBE v18.12.1-testing CACHE STRING "")
set(VERSION_STRING 18.12.1 CACHE STRING "")
# end of autochange
set(VERSION_EXTRA "" CACHE STRING "")

4
debian/changelog vendored
View File

@ -1,5 +1,5 @@
clickhouse (18.12.0) unstable; urgency=low
clickhouse (18.12.1) unstable; urgency=low
* Modified source code
-- <root@yandex-team.ru> Thu, 30 Aug 2018 03:23:20 +0300
-- <root@yandex-team.ru> Thu, 30 Aug 2018 22:28:33 +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.0
ARG version=18.12.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.12.0
ARG version=18.12.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.12.0
ARG version=18.12.1
RUN apt-get update && \
apt-get install -y apt-transport-https dirmngr && \