Unverified Commit 542e057c by Gennadiy Civil Committed by GitHub

Merge pull request #1858 from SoapGentoo/v1.8.x

Use correct minor version for 1.8 branch
parents 30d32502 b8c4997b
...@@ -5,7 +5,7 @@ if (POLICY CMP0048) ...@@ -5,7 +5,7 @@ if (POLICY CMP0048)
endif (POLICY CMP0048) endif (POLICY CMP0048)
project(googletest-distribution) project(googletest-distribution)
set(GOOGLETEST_VERSION 1.9.0) set(GOOGLETEST_VERSION 1.8.2)
enable_testing() enable_testing()
......
AC_INIT([Google C++ Mocking and Testing Frameworks], AC_INIT([Google C++ Mocking and Testing Frameworks],
[1.9.0], [1.8.2],
[googlemock@googlegroups.com], [googlemock@googlegroups.com],
[googletest]) [googletest])
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment