Skip to content

Commit

Permalink
Auto version update to [19.1.0] [54413]
Browse files Browse the repository at this point in the history
  • Loading branch information
robot-clickhouse committed Jan 1, 2019
1 parent 014e344 commit 9ed4fce
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 11 deletions.
12 changes: 6 additions & 6 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 54412 CACHE STRING "") # changed manually for tests
set(VERSION_MAJOR 18 CACHE STRING "")
set(VERSION_MINOR 16 CACHE STRING "")
set(VERSION_REVISION 54413 CACHE STRING "") # changed manually for tests
set(VERSION_MAJOR 19 CACHE STRING "")
set(VERSION_MINOR 1 CACHE STRING "")
set(VERSION_PATCH 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 "")
set(VERSION_GITHASH 014e344a36bc19a58621e0add379984cf62b9067 CACHE STRING "")
set(VERSION_DESCRIBE v19.1.0-testing CACHE STRING "")
set(VERSION_STRING 19.1.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.16.0) unstable; urgency=low
clickhouse (19.1.0) unstable; urgency=low

* Modified source code

-- <[email protected]> Fri, 14 Dec 2018 20:26:45 +0300
-- <[email protected]> Tue, 01 Jan 2019 07:16:20 +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.16.0
ARG version=19.1.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.16.0
ARG version=19.1.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.16.0
ARG version=19.1.0

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

0 comments on commit 9ed4fce

Please sign in to comment.