Skip to content

Commit

Permalink
Update YCMVersion.cmake
Browse files Browse the repository at this point in the history
  • Loading branch information
traversaro authored May 24, 2022
1 parent 12da979 commit d96245a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions internal-modules/YCMVersion.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,9 @@ Variables defined by this module::

include(GitInfo)

set(YCM_VERSION_MAJOR 0)
set(YCM_VERSION_MINOR 14)
set(YCM_VERSION_PATCH 0)
set(YCM_VERSION_MAJOR 1)
set(YCM_VERSION_MINOR 2)
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 d96245a

Please sign in to comment.