summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGennadiy Civil <gennadiycivil@users.noreply.github.com>2018-10-04 19:07:24 (GMT)
committerGitHub <noreply@github.com>2018-10-04 19:07:24 (GMT)
commit542e057c6c5bf45454b43764b881397b71164d62 (patch)
treed7d77ca3418e6de47713167a8fd725b1263088c0
parent30d325023ceabf39563ce9be4d75d7b54ddbfe02 (diff)
parentb8c4997b8717f6a093883acb435ae19ab7c662de (diff)
downloadgoogletest-542e057c6c5bf45454b43764b881397b71164d62.zip
googletest-542e057c6c5bf45454b43764b881397b71164d62.tar.gz
googletest-542e057c6c5bf45454b43764b881397b71164d62.tar.bz2
Merge pull request #1858 from SoapGentoo/v1.8.xrefs/pull/1932/head
Use correct minor version for 1.8 branch
-rw-r--r--CMakeLists.txt2
-rw-r--r--configure.ac2
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])