Skip to content

Commit

Permalink
Release YCM 0.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
drdanz committed Jun 15, 2017
1 parent 4cf8804 commit 00a6b57
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.2.2.{build}
version: 0.2.3.{build}

init:
- cmd: git config --global core.autocrlf true
Expand Down
4 changes: 2 additions & 2 deletions help/release/0.2.3.rst
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
YCM 0.2.3 (UNRELEASED) Release Notes
YCM 0.2.3 (2017-06-15) Release Notes
************************************

.. only:: html
Expand All @@ -20,5 +20,5 @@ Generic Modules
Superbuild Helper Modules
-------------------------

* Fixed empty commands for CMake > 3.0bootstrap address in
* Fixed empty commands for CMake > 3.0 bootstrap address in
:module:`YCMEPHelper` (robotology-playground/robotology-superbuild#15)
2 changes: 1 addition & 1 deletion help/release/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ YCM 0.2 Series
.. toctree::
:maxdepth: 1

YCM 0.2.3 (UNRELEASED) <0.2.3>
YCM 0.2.3 (2017-06-15) <0.2.3>
YCM 0.2.2 (2016-11-28) <0.2.2>
YCM 0.2.1 (2016-11-23) <0.2.1>
YCM 0.2.0 (2016-11-17) <0.2.0>
Expand Down
2 changes: 1 addition & 1 deletion internal-modules/YCMVersion.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ include(GitInfo)

set(YCM_VERSION_MAJOR 0)
set(YCM_VERSION_MINOR 2)
set(YCM_VERSION_PATCH 2)
set(YCM_VERSION_PATCH 3)


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

0 comments on commit 00a6b57

Please sign in to comment.