Skip to content

Commit

Permalink
LLVM+Clang: upgraded to version 9.0.1 (#2269).
Browse files Browse the repository at this point in the history
  • Loading branch information
agarny committed Jan 2, 2020
1 parent dba70c3 commit e8543df
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/plugins/thirdParty/LLVMClang/CMakeLists.txt
Expand Up @@ -3,16 +3,16 @@ project(LLVMClangPlugin)
# Name and version of our package

set(PACKAGE_NAME LLVMClang)
set(PACKAGE_VERSION 9.0.0)
set(PACKAGE_VERSION 9.0.1)

# Version of our library

set(MAJOR_LIBRARY_VERSION 9)
set(LIBRARY_VERSION ${MAJOR_LIBRARY_VERSION}.0.0)
set(LIBRARY_VERSION ${MAJOR_LIBRARY_VERSION}.0.1)

# Git tag for our library

set(GIT_TAG v9.0.0)
set(GIT_TAG v9.0.1)

# Specify where our local package will be installed

Expand Down

0 comments on commit e8543df

Please sign in to comment.