Skip to content

Commit

Permalink
Merge pull request #1858 from SoapGentoo/v1.8.x
Browse files Browse the repository at this point in the history
Use correct minor version for 1.8 branch
  • Loading branch information
gennadiycivil committed Oct 4, 2018
2 parents 30d3250 + b8c4997 commit 542e057
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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()

Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
AC_INIT([Google C++ Mocking and Testing Frameworks],
[1.9.0],
[1.8.2],
[googlemock@googlegroups.com],
[googletest])

Expand Down

0 comments on commit 542e057

Please sign in to comment.