0
0
mirror of https://github.com/google/googletest.git synced 2025-04-01 16:59:55 +00:00

Update version number in CMakeLists.txt

Note that this is 1.12.1 as there will be a patch release to fix this

PiperOrigin-RevId: 458216994
Change-Id: Ibca52a8db22ed06cb1a1adc4832be67fce69459a
This commit is contained in:
Derek Mauro 2022-06-30 07:09:49 -07:00 committed by Copybara-Service
parent d9335595b4
commit 219af0d535

View File

@ -12,7 +12,7 @@ if (POLICY CMP0077)
endif (POLICY CMP0077) endif (POLICY CMP0077)
project(googletest-distribution) project(googletest-distribution)
set(GOOGLETEST_VERSION 1.11.0) set(GOOGLETEST_VERSION 1.12.1)
if(NOT CYGWIN AND NOT MSYS AND NOT ${CMAKE_SYSTEM_NAME} STREQUAL QNX) if(NOT CYGWIN AND NOT MSYS AND NOT ${CMAKE_SYSTEM_NAME} STREQUAL QNX)
set(CMAKE_CXX_EXTENSIONS OFF) set(CMAKE_CXX_EXTENSIONS OFF)