Skip to content

Commit

Permalink
Release YCM 0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
drdanz committed Jun 15, 2017
1 parent 0cd4e32 commit 08178e5
Show file tree
Hide file tree
Showing 4 changed files with 5 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.3.0.{build}
version: 0.4.0.{build}

init:
- cmd: git config --global core.autocrlf true
Expand Down
2 changes: 1 addition & 1 deletion help/release/0.4.0.rst
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
YCM 0.4.0 (UNRELEASED) Release Notes
YCM 0.4.0 (2017-06-15) 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.4 Series
.. toctree::
:maxdepth: 1

YCM 0.4.0 (UNRELEASED) <0.4.0>
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 3)
set(YCM_VERSION_PATCH 1)
set(YCM_VERSION_MINOR 4)
set(YCM_VERSION_PATCH 0)


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

0 comments on commit 08178e5

Please sign in to comment.