diff options
author | Mike Stump <mrs@apple.com> | 2009-09-16 01:31:09 +0000 |
---|---|---|
committer | Mike Stump <mrs@apple.com> | 2009-09-16 01:31:09 +0000 |
commit | f36fa37c4e51167e92b87af599702c5ea51e8747 (patch) | |
tree | 551f2e58d0c2f81be71b6cbb5e6feba355bab2f1 /include/clang/Basic/Version.h | |
parent | f918b8f93429004100c4e01d001c9b1dd95bb4de (diff) |
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
Diffstat (limited to 'include/clang/Basic/Version.h')
-rw-r--r-- | include/clang/Basic/Version.h | 1 |
1 files changed, 1 insertions, 0 deletions
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 |