summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Stellard <tstellar@redhat.com>2018-03-28 20:25:17 +0000
committerTom Stellard <tstellar@redhat.com>2018-03-28 20:25:17 +0000
commitda4a2839d80ac52958be0129b871beedfe90136e (patch)
tree12a18adec76d933180f0f53c92dc7a6ef117bdb7
parent5ae73c34f7eca6c43e71038b06704a8f7abc7f26 (diff)
downloadllvm-release_50.tar.gz
Bump version to 5.0.2release_50
git-svn-id: https://llvm.org/svn/llvm-project/llvm/branches/release_50@328729 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 960febf60074..c1e03aed4809 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -26,7 +26,7 @@ if(NOT DEFINED LLVM_VERSION_MINOR)
set(LLVM_VERSION_MINOR 0)
endif()
if(NOT DEFINED LLVM_VERSION_PATCH)
- set(LLVM_VERSION_PATCH 1)
+ set(LLVM_VERSION_PATCH 2)
endif()
if(NOT DEFINED LLVM_VERSION_SUFFIX)
set(LLVM_VERSION_SUFFIX "")