From e40dc9cadef47be2d652bdb8ef8fb4f5b86aeceb Mon Sep 17 00:00:00 2001 From: Sylvestre Ledru Date: Tue, 28 Jun 2016 12:48:06 +0000 Subject: [PATCH] update the version in the changelog --- debian/changelog | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index 6d08362b..9bc01237 100644 --- a/debian/changelog +++ b/debian/changelog @@ -3,8 +3,8 @@ llvm-toolchain-snapshot (1:3.9~svn273256-1~exp1) UNRELEASED; urgency=medium * cmake files moved from usr/lib/llvm-3.9/share/llvm/cmake/ to usr/lib/llvm-3.9/lib/cmake/llvm/ (upstream change) - * Add a symlink from usr/lib/llvm-3.8/share/llvm/cmake - pointing to usr/share/llvm-3.8/cmake + * Add a symlink from usr/lib/llvm-3.9/share/llvm/cmake + pointing to usr/share/llvm-3.9/cmake * Disable the run of lldb testsuite because of LLVM_LINK_LLVM_DYLIB=ON: https://llvm.org/bugs/show_bug.cgi?id=28127