From f36fa37c4e51167e92b87af599702c5ea51e8747 Mon Sep 17 00:00:00 2001 From: Mike Stump Date: Wed, 16 Sep 2009 01:31:09 +0000 Subject: [PATCH] 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 --- include/clang/Basic/Version.h | 1 + 1 file changed, 1 insertion(+) 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 -- 2.50.1