diff options
author | Gennadiy Civil <gennadiycivil@users.noreply.github.com> | 2018-09-13 10:35:19 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-09-13 10:35:19 -0400 |
commit | cfe0ae867857dad6d14ff72a2f02808086021f35 (patch) | |
tree | 83ebc8479a0e5b379aaeb4e7e9809f78d7be238a | |
parent | 2649c221818127148f9b0acbeaa292ddde30d282 (diff) | |
parent | c4ef6f3a0509514623c11f13058e86099f6fc11e (diff) | |
download | googletest-cfe0ae867857dad6d14ff72a2f02808086021f35.tar.gz googletest-cfe0ae867857dad6d14ff72a2f02808086021f35.tar.bz2 googletest-cfe0ae867857dad6d14ff72a2f02808086021f35.zip |
Merge pull request #1831 from anthraxx/fix/version
version: fix declared version to be in sync with CMakeLists.txt
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 751b9ba8..02c637b0 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ AC_INIT([Google C++ Mocking and Testing Frameworks], - [1.8.0], + [1.9.0], [googlemock@googlegroups.com], [googletest]) |