From: Mike Stump Date: Wed, 16 Sep 2009 01:31:09 +0000 (+0000) Subject: Add a FIXME, so the next person don't trip as hard on the landmines. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=f36fa37c4e51167e92b87af599702c5ea51e8747;p=clang Add a FIXME, so the next person don't trip as hard on the landmines. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@81986 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/include/clang/Basic/Version.h b/include/clang/Basic/Version.h index a6ced156ac..3c1ef2bb59 100644 --- a/include/clang/Basic/Version.h +++ b/include/clang/Basic/Version.h @@ -17,6 +17,7 @@ /// \brief Clang major version #define CLANG_VERSION_MAJOR 1 +// FIXME: Updates to this file must also update CMakeLists.txt and VER. /// \brief Clang minor version #define CLANG_VERSION_MINOR 1