We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 075196c commit b514bdcCopy full SHA for b514bdc
CMakeLists.txt
@@ -4,7 +4,7 @@
4
cmake_minimum_required(VERSION 3.13)
5
6
project(googletest-distribution)
7
-set(GOOGLETEST_VERSION 1.15.0)
+set(GOOGLETEST_VERSION 1.15.2)
8
9
if(NOT CYGWIN AND NOT MSYS AND NOT ${CMAKE_SYSTEM_NAME} STREQUAL QNX)
10
set(CMAKE_CXX_EXTENSIONS OFF)
MODULE.bazel
@@ -32,7 +32,7 @@
32
33
module(
34
name = "googletest",
35
- version = "1.15.1",
+ version = "1.15.2",
36
compatibility_level = 1,
37
)
38
0 commit comments