Skip to content

Commit

Permalink
Release YCM 0.10.4
Browse files Browse the repository at this point in the history
  • Loading branch information
drdanz committed Jun 7, 2019
1 parent c7cf93b commit a9cbf43
Show file tree
Hide file tree
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.10.3.{build}
version: 0.10.4.{build}

init:
- cmd: git config --global core.autocrlf true
Expand Down
2 changes: 1 addition & 1 deletion help/release/0.10.4.rst
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
YCM 0.10.4 (UNRELEASED) Release Notes
YCM 0.10.4 (2019-06-07) Release Notes
*************************************

.. only:: html
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.10 Series
.. toctree::
:maxdepth: 1

YCM 0.10.4 (UNRELEASED) <0.10.4>
YCM 0.10.4 (2019-06-07) <0.10.4>
YCM 0.10.3 (2019-05-29) <0.10.3>
YCM 0.10.2 (2019-04-26) <0.10.2>
YCM 0.10.1 (2019-04-08) <0.10.1>
Expand Down
2 changes: 1 addition & 1 deletion internal-modules/YCMVersion.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ include(GitInfo)

set(YCM_VERSION_MAJOR 0)
set(YCM_VERSION_MINOR 10)
set(YCM_VERSION_PATCH 3)
set(YCM_VERSION_PATCH 4)

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 a9cbf43

Please sign in to comment.