From b8c4997b8717f6a093883acb435ae19ab7c662de Mon Sep 17 00:00:00 2001 From: David Seifert Date: Wed, 26 Sep 2018 08:52:11 +0200 Subject: [PATCH] Use correct minor version for 1.8 branch Fixes #1816 --- CMakeLists.txt | 2 +- configure.ac | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index d7732116..33fd8c54 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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() diff --git a/configure.ac b/configure.ac index 02c637b0..c665968b 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ AC_INIT([Google C++ Mocking and Testing Frameworks], - [1.9.0], + [1.8.2], [googlemock@googlegroups.com], [googletest])