Skip to content

Commit

Permalink
Auto version update to [18.14.19] [54409]
Browse files Browse the repository at this point in the history
  • Loading branch information
robot-clickhouse committed Dec 19, 2018
1 parent 8883b88 commit 9c0914e
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 9 deletions.
8 changes: 4 additions & 4 deletions dbms/cmake/version.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
set(VERSION_REVISION 54409 CACHE STRING "")
set(VERSION_MAJOR 18 CACHE STRING "")
set(VERSION_MINOR 14 CACHE STRING "")
set(VERSION_PATCH 18 CACHE STRING "")
set(VERSION_GITHASH 4b05df60a016a4cc88f8df2705e9568202a89f2c CACHE STRING "")
set(VERSION_DESCRIBE v18.14.18-testing CACHE STRING "")
set(VERSION_STRING 18.14.18 CACHE STRING "")
set(VERSION_PATCH 19 CACHE STRING "")
set(VERSION_GITHASH 8883b8888de0a4b9b8a1687b450c4dd99a97f066 CACHE STRING "")
set(VERSION_DESCRIBE v18.14.19-testing CACHE STRING "")
set(VERSION_STRING 18.14.19 CACHE STRING "")
# end of autochange

set(VERSION_EXTRA "" CACHE STRING "")
Expand Down
4 changes: 2 additions & 2 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
clickhouse (18.14.18) unstable; urgency=low
clickhouse (18.14.19) unstable; urgency=low

* Modified source code

-- <[email protected]> Tue, 04 Dec 2018 21:00:27 +0300
-- <[email protected]> Wed, 19 Dec 2018 16:26:36 +0300
2 changes: 1 addition & 1 deletion docker/client/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FROM ubuntu:18.04

ARG repository="deb http://repo.yandex.ru/clickhouse/deb/stable/ main/"
ARG version=18.14.18
ARG version=18.14.19

RUN apt-get update \
&& apt-get install --yes --no-install-recommends \
Expand Down
2 changes: 1 addition & 1 deletion docker/server/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FROM ubuntu:18.04

ARG repository="deb http://repo.yandex.ru/clickhouse/deb/stable/ main/"
ARG version=18.14.18
ARG version=18.14.19
ARG gosu_ver=1.10

RUN apt-get update \
Expand Down
2 changes: 1 addition & 1 deletion docker/test/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FROM ubuntu:18.04

ARG repository="deb http://repo.yandex.ru/clickhouse/deb/stable/ main/"
ARG version=18.14.18
ARG version=18.14.19

RUN apt-get update && \
apt-get install -y apt-transport-https dirmngr && \
Expand Down

0 comments on commit 9c0914e

Please sign in to comment.