Skip to content

Commit

Permalink
Release YCM 0.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
drdanz committed Nov 28, 2019
1 parent 3b2c648 commit a1fc6ad
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version: 0.10.100.{build}
version: 0.11.0.{build}

init:
- cmd: git config --global core.autocrlf true
Expand Down
9 changes: 8 additions & 1 deletion help/release/0.11.0.rst
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
YCM 0.11.0 (UNRELEASED) Release Notes
YCM 0.11.0 (2019-11-28) Release Notes
*************************************

.. only:: html
Expand All @@ -14,6 +14,13 @@ Important Changes
* CMake 3.12 or later is now required.


Build System
============

* Fixed issue for which the default generator was always used by the
bootstrapped YCM (#290)


Modules
=======

Expand Down
2 changes: 1 addition & 1 deletion help/release/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ YCM 0.11 Series
.. toctree::
:maxdepth: 1

YCM 0.11.0 (UNRELEASED) <0.11.0>
YCM 0.11.0 (2019-11-28) <0.11.0>

YCM 0.10 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 @@ -40,8 +40,8 @@
include(GitInfo)

set(YCM_VERSION_MAJOR 0)
set(YCM_VERSION_MINOR 10)
set(YCM_VERSION_PATCH dev)
set(YCM_VERSION_MINOR 11)
set(YCM_VERSION_PATCH 0)

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

0 comments on commit a1fc6ad

Please sign in to comment.