Skip to content

Commit

Permalink
Release YCM 0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
drdanz committed Dec 21, 2017
1 parent e9bfa39 commit 7612874
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 26 deletions.
21 changes: 0 additions & 21 deletions help/release/0.4.1.rst

This file was deleted.

6 changes: 5 additions & 1 deletion help/release/0.6.0.rst
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
YCM 0.6.0 (UNRELEASED) Release Notes
YCM 0.6.0 (2017-12-21) Release Notes
************************************

.. only:: html
Expand All @@ -13,6 +13,8 @@ Modules
Generic Modules
---------------


* :module:`GetAllCMakeProperties`: Add CMake policy stack PUSH and POP
* :module:`AddInstallRPATHSupport`: Added a new variable ``INSTALL_NAME_DIR``
to specify the absolute installation path of the libraries.
* :module:`InstallBasicPackagesFiles`: Add ``TARGETS_PROPERTIES`` argument to
Expand All @@ -39,6 +41,8 @@ Generic Modules
Superbuild Helper Modules
-------------------------

* :module:`YCMEPHelper`: Updated ``GITLAB_ROBOTOLOGY`` style to the new git
address.
* :module:`YCMEPHelper`: Added option ``FOLDER`` (if not set, the ``COMPONENT``
value is used).
* :module:`YCMEPHelper`: Fixed :command:`ycm_write_dot_file` command not
Expand Down
3 changes: 1 addition & 2 deletions help/release/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -11,15 +11,14 @@ YCM 0.6 Series
.. toctree::
:maxdepth: 1

YCM 0.6.0 (UNRELEASED) <0.6.0>
YCM 0.6.0 (2017-12-21) <0.6.0>

YCM 0.4 Series
--------------

.. toctree::
:maxdepth: 1

YCM 0.4.1 (UNRELEASED) <0.4.1>
YCM 0.4.0 (2017-06-15) <0.4.0>

YCM 0.2 Series
Expand Down
4 changes: 2 additions & 2 deletions internal-modules/YCMVersion.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@
include(GitInfo)

set(YCM_VERSION_MAJOR 0)
set(YCM_VERSION_MINOR 5)
set(YCM_VERSION_PATCH 1)
set(YCM_VERSION_MINOR 6)
set(YCM_VERSION_PATCH 0)


set(YCM_VERSION_API "${YCM_VERSION_MAJOR}.${YCM_VERSION_MINOR}")
Expand Down

0 comments on commit 7612874

Please sign in to comment.