Use correct minor version for 1.8 branch

Fixes #1816
This commit is contained in:
David Seifert 2018-09-26 08:52:11 +02:00
parent 30d325023c
commit b8c4997b87
No known key found for this signature in database
GPG Key ID: CE36E117202E3842
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])