Updated to gmock-1.7.0
[alexxy/gromacs.git] / src / external / gmock-1.7.0 / README.Gromacs
similarity index 63%
rename from src/external/gmock-1.6.0/README.Gromacs
rename to src/external/gmock-1.7.0/README.Gromacs
index 41877e49aa6ca80a93a3949b5b8b7decaae6135f..6275ec1d12731c583ea943aa712cf7a2bc09ccb7 100644 (file)
@@ -1,15 +1,16 @@
 This directory contains source code for Google C++ Testing and Mocking
 Frameworks.
 
-The code has been copied verbatim from the source distribution for GMock 1.6.0
+The code has been copied verbatim from the source distribution for GMock 1.7.0
 by copying the following files/directories recursively, excluding *.pump files:
-gmock-1.6.0/COPYING
-gmock-1.6.0/README
-gmock-1.6.0/include/
-gmock-1.6.0/src/
-gmock-1.6.0/gtest/COPYING
-gmock-1.6.0/gtest/include/
-gmock-1.6.0/gtest/src/
+gmock-1.7.0/LICENSE
+gmock-1.7.0/README
+gmock-1.7.0/include/
+gmock-1.7.0/src/
+gmock-1.7.0/gtest/LICENSE
+gmock-1.7.0/gtest/README
+gmock-1.7.0/gtest/include/
+gmock-1.7.0/gtest/src/
 
 The file CMakeLists.txt in this directory is part of the Gromacs build system
 and has been written from scratch.