Bump version to 3.8.1 master
authorTom Stellard <thomas.stellard@amd.com>
Mon, 28 Mar 2016 18:13:48 +0000 (18:13 +0000)
committerTom Stellard <thomas.stellard@amd.com>
Mon, 28 Mar 2016 18:13:48 +0000 (18:13 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/branches/release_38@264605 91177308-0d34-0410-b5e6-96231b3b80d8

CMakeLists.txt

index 4dd43e7c5087bae2a0e083fac2afc729b259023f..be9f85019b1d4d7ca323c6b68d9d58def733e5c8 100644 (file)
@@ -33,7 +33,7 @@ if(NOT DEFINED LLVM_VERSION_MINOR)
   set(LLVM_VERSION_MINOR 8)
 endif()
 if(NOT DEFINED LLVM_VERSION_PATCH)
-  set(LLVM_VERSION_PATCH 0)
+  set(LLVM_VERSION_PATCH 1)
 endif()
 if(NOT DEFINED LLVM_VERSION_SUFFIX)
   set(LLVM_VERSION_SUFFIX "")