diff options
author | David Seifert <soap@gentoo.org> | 2018-09-26 06:52:11 (GMT) |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2018-09-26 06:52:11 (GMT) |
commit | b8c4997b8717f6a093883acb435ae19ab7c662de (patch) | |
tree | d7d77ca3418e6de47713167a8fd725b1263088c0 | |
parent | 30d325023ceabf39563ce9be4d75d7b54ddbfe02 (diff) | |
download | googletest-b8c4997b8717f6a093883acb435ae19ab7c662de.zip googletest-b8c4997b8717f6a093883acb435ae19ab7c662de.tar.gz googletest-b8c4997b8717f6a093883acb435ae19ab7c662de.tar.bz2 |
Use correct minor version for 1.8 branchrefs/pull/1858/head
Fixes #1816
-rw-r--r-- | CMakeLists.txt | 2 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index d773211..33fd8c5 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 02c637b..c665968 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]) |