aboutsummaryrefslogtreecommitdiffstats
path: root/googlemock/configure.ac
diff options
context:
space:
mode:
authorGennadiy Civil <gennadiycivil@users.noreply.github.com>2018-01-02 10:54:26 -0500
committerGitHub <noreply@github.com>2018-01-02 10:54:26 -0500
commitfa6730103ecaad750f42700c55a92c3e212a9271 (patch)
tree3c9e1638dc96dfe918b73e87d4b389d3bbe5dd86 /googlemock/configure.ac
parentca6a70c6082ff526b993c622d192c6d519800bc2 (diff)
parent1c2f1907047216654599b0057df49d21a2c1400a (diff)
downloadgoogletest-fa6730103ecaad750f42700c55a92c3e212a9271.tar.gz
googletest-fa6730103ecaad750f42700c55a92c3e212a9271.tar.bz2
googletest-fa6730103ecaad750f42700c55a92c3e212a9271.zip
Merge branch 'master' into uintptr
Diffstat (limited to 'googlemock/configure.ac')
-rw-r--r--googlemock/configure.ac4
1 files changed, 2 insertions, 2 deletions
diff --git a/googlemock/configure.ac b/googlemock/configure.ac
index edfd8963..c23ed455 100644
--- a/googlemock/configure.ac
+++ b/googlemock/configure.ac
@@ -1,7 +1,7 @@
m4_include(../googletest/m4/acx_pthread.m4)
AC_INIT([Google C++ Mocking Framework],
- [1.7.0],
+ [1.8.0],
[googlemock@googlegroups.com],
[gmock])
@@ -101,7 +101,7 @@ AC_ARG_VAR([GTEST_VERSION],
[The version of Google Test available.])
HAVE_BUILT_GTEST="no"
-GTEST_MIN_VERSION="1.7.0"
+GTEST_MIN_VERSION="1.8.0"
AS_IF([test "x${enable_external_gtest}" = "xyes"],
[# Begin filling in variables as we are able.