mirror of
https://github.com/google/googletest.git
synced 2025-04-14 00:40:36 +00:00
Merge pull request #1858 from SoapGentoo/v1.8.x
Use correct minor version for 1.8 branch
This commit is contained in:
commit
542e057c6c
2 changed files with 2 additions and 2 deletions
|
@ -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()
|
||||
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
AC_INIT([Google C++ Mocking and Testing Frameworks],
|
||||
[1.9.0],
|
||||
[1.8.2],
|
||||
[googlemock@googlegroups.com],
|
||||
[googletest])
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue