Merge pull request #1831 from anthraxx/fix/version

version: fix declared version to be in sync with CMakeLists.txt
This commit is contained in:
Gennadiy Civil 2018-09-13 10:35:19 -04:00 committed by GitHub
commit cfe0ae8678
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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