Skip to content
Snippets Groups Projects
Commit 6a075b6d authored by Tom Stellard's avatar Tom Stellard
Browse files

Bump version to 5.0.2

llvm-svn: 328729
parent 4e1dadff
No related branches found
No related tags found
No related merge requests found
...@@ -26,7 +26,7 @@ if(NOT DEFINED LLVM_VERSION_MINOR) ...@@ -26,7 +26,7 @@ if(NOT DEFINED LLVM_VERSION_MINOR)
set(LLVM_VERSION_MINOR 0) set(LLVM_VERSION_MINOR 0)
endif() endif()
if(NOT DEFINED LLVM_VERSION_PATCH) if(NOT DEFINED LLVM_VERSION_PATCH)
set(LLVM_VERSION_PATCH 1) set(LLVM_VERSION_PATCH 2)
endif() endif()
if(NOT DEFINED LLVM_VERSION_SUFFIX) if(NOT DEFINED LLVM_VERSION_SUFFIX)
set(LLVM_VERSION_SUFFIX "") set(LLVM_VERSION_SUFFIX "")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment