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 a6ced15..3c1ef2b 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