Skip to content

Commit

Permalink
Release YCM 0.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
drdanz committed Jul 23, 2018
1 parent c87b1e9 commit 9fbe040
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions .appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version: 0.8.100.{build}
version: 0.9.0.{build}

init:
- cmd: git config --global core.autocrlf true
Expand Down Expand Up @@ -36,5 +36,5 @@ after_build:
test_script:
- cmd: ctest -VV -C %CONFIGURATION%

# artifacts:
# - path: 'build\*.msi'
artifacts:
- path: 'build\*.msi'
2 changes: 1 addition & 1 deletion help/release/0.9.0.rst
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
YCM 0.9.0 (UNRELEASED) Release Notes
YCM 0.9.0 (2017-07-23) 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.9 Series
.. toctree::
:maxdepth: 1

YCM 0.9.0 (UNRELEASED) <0.9.0>
YCM 0.9.0 (2017-07-23) <0.9.0>

YCM 0.8 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 8)
set(YCM_VERSION_PATCH dev)
set(YCM_VERSION_MINOR 9)
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 9fbe040

Please sign in to comment.