File tree Expand file tree Collapse file tree 4 files changed +8
-26
lines changed Expand file tree Collapse file tree 4 files changed +8
-26
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1
- YCM 0.6.0 (UNRELEASED ) Release Notes
1
+ YCM 0.6.0 (2017-12-21 ) Release Notes
2
2
************************************
3
3
4
4
.. only :: html
@@ -13,6 +13,8 @@ Modules
13
13
Generic Modules
14
14
---------------
15
15
16
+
17
+ * :module: `GetAllCMakeProperties `: Add CMake policy stack PUSH and POP
16
18
* :module: `AddInstallRPATHSupport `: Added a new variable ``INSTALL_NAME_DIR ``
17
19
to specify the absolute installation path of the libraries.
18
20
* :module: `InstallBasicPackagesFiles `: Add ``TARGETS_PROPERTIES `` argument to
@@ -39,6 +41,8 @@ Generic Modules
39
41
Superbuild Helper Modules
40
42
-------------------------
41
43
44
+ * :module: `YCMEPHelper `: Updated ``GITLAB_ROBOTOLOGY `` style to the new git
45
+ address.
42
46
* :module: `YCMEPHelper `: Added option ``FOLDER `` (if not set, the ``COMPONENT ``
43
47
value is used).
44
48
* :module: `YCMEPHelper `: Fixed :command: `ycm_write_dot_file ` command not
Original file line number Diff line number Diff line change @@ -11,15 +11,14 @@ YCM 0.6 Series
11
11
.. toctree ::
12
12
:maxdepth: 1
13
13
14
- YCM 0.6.0 (UNRELEASED ) <0.6.0 >
14
+ YCM 0.6.0 (2017-12-21 ) <0.6.0 >
15
15
16
16
YCM 0.4 Series
17
17
--------------
18
18
19
19
.. toctree ::
20
20
:maxdepth: 1
21
21
22
- YCM 0.4.1 (UNRELEASED) <0.4.1 >
23
22
YCM 0.4.0 (2017-06-15) <0.4.0 >
24
23
25
24
YCM 0.2 Series
Original file line number Diff line number Diff line change 37
37
include (GitInfo)
38
38
39
39
set (YCM_VERSION_MAJOR 0)
40
- set (YCM_VERSION_MINOR 5 )
41
- set (YCM_VERSION_PATCH 1 )
40
+ set (YCM_VERSION_MINOR 6 )
41
+ set (YCM_VERSION_PATCH 0 )
42
42
43
43
44
44
set (YCM_VERSION_API "${YCM_VERSION_MAJOR} .${YCM_VERSION_MINOR} " )
You can’t perform that action at this time.
0 commit comments