Skip to content

Commit

Permalink
Showing 4 changed files with 4 additions and 4 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.9.0.{build}
version: 0.9.1.{build}

init:
- cmd: git config --global core.autocrlf true
2 changes: 1 addition & 1 deletion help/release/0.9.1.rst
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
YCM 0.9.1 (UNRELEASED) Release Notes
YCM 0.9.1 (2018-11-28) Release Notes
************************************

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

YCM 0.9.1 (UNRELEASED) <0.9.1>
YCM 0.9.1 (2018-11-28) <0.9.1>
YCM 0.9.0 (2017-07-23) <0.9.0>

YCM 0.8 Series
2 changes: 1 addition & 1 deletion internal-modules/YCMVersion.cmake
Original file line number Diff line number Diff line change
@@ -41,7 +41,7 @@ include(GitInfo)

set(YCM_VERSION_MAJOR 0)
set(YCM_VERSION_MINOR 9)
set(YCM_VERSION_PATCH 0)
set(YCM_VERSION_PATCH 1)

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

0 comments on commit b1f002f

Please sign in to comment.