diff --git a/CMakeLists.txt b/CMakeLists.txt index d7732116..33fd8c54 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -5,7 +5,7 @@ if (POLICY CMP0048) endif (POLICY CMP0048) project(googletest-distribution) -set(GOOGLETEST_VERSION 1.9.0) +set(GOOGLETEST_VERSION 1.8.2) enable_testing() diff --git a/configure.ac b/configure.ac index 02c637b0..c665968b 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ AC_INIT([Google C++ Mocking and Testing Frameworks], - [1.9.0], + [1.8.2], [googlemock@googlegroups.com], [googletest])