Skip to content

Commit

Permalink
Auto version update to [18.16.0] [54412]
Browse files Browse the repository at this point in the history
  • Loading branch information
robot-clickhouse committed Dec 14, 2018
1 parent b9b48c6 commit 6b536b2
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 10 deletions.
10 changes: 5 additions & 5 deletions dbms/cmake/version.cmake
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
# This strings autochanged from release_lib.sh:
set(VERSION_REVISION 54411 CACHE STRING "") # changed manually for tests
set(VERSION_REVISION 54412 CACHE STRING "") # changed manually for tests
set(VERSION_MAJOR 18 CACHE STRING "")
set(VERSION_MINOR 15 CACHE STRING "")
set(VERSION_MINOR 16 CACHE STRING "")
set(VERSION_PATCH 0 CACHE STRING "")
set(VERSION_GITHASH add14ee00bf5695ffc01abc7f4c4a0ef1dbc1ba2 CACHE STRING "")
set(VERSION_DESCRIBE v18.15.0-testing CACHE STRING "")
set(VERSION_STRING 18.15.0 CACHE STRING "")
set(VERSION_GITHASH b9b48c646c253358340bd39fd57754e92f88cd8a CACHE STRING "")
set(VERSION_DESCRIBE v18.16.0-testing CACHE STRING "")
set(VERSION_STRING 18.16.0 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.15.0) unstable; urgency=low
clickhouse (18.16.0) unstable; urgency=low

* Modified source code

-- <[email protected]> Fri, 14 Dec 2018 16:47:44 +0300
-- <[email protected]> Fri, 14 Dec 2018 20:26:45 +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.15.0
ARG version=18.16.0

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.15.0
ARG version=18.16.0
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.15.0
ARG version=18.16.0

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

0 comments on commit 6b536b2

Please sign in to comment.