[cfe-commits] r81986 - /cfe/trunk/include/clang/Basic/Version.h

Mike Stump mrs at apple.com
Tue Sep 15 18:31:12 PDT 2009


Author: mrs
Date: Tue Sep 15 20:31:09 2009
New Revision: 81986

URL: http://llvm.org/viewvc/llvm-project?rev=81986&view=rev
Log:
Add a FIXME, so the next person don't trip as hard on the landmines.

Modified:
    cfe/trunk/include/clang/Basic/Version.h

Modified: cfe/trunk/include/clang/Basic/Version.h
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/include/clang/Basic/Version.h?rev=81986&r1=81985&r2=81986&view=diff

==============================================================================
--- cfe/trunk/include/clang/Basic/Version.h (original)
+++ cfe/trunk/include/clang/Basic/Version.h Tue Sep 15 20:31:09 2009
@@ -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
 





More information about the cfe-commits mailing list