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

Use correct minor version for 1.8 branch
This commit is contained in:
Gennadiy Civil 2018-10-04 15:07:24 -04:00 committed by GitHub
commit 542e057c6c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View file

@ -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()

View file

@ -1,5 +1,5 @@
AC_INIT([Google C++ Mocking and Testing Frameworks],
[1.9.0],
[1.8.2],
[googlemock@googlegroups.com],
[googletest])