From: Derek Mauro Date: Wed, 2 Aug 2023 15:24:13 +0000 (-0700) Subject: Bump version to v1.14 in preparation for release X-Git-Tag: v1.14.0 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=f8d7d77c06936315286eb55f8de22cd23c188571;p=googletest.git Bump version to v1.14 in preparation for release PiperOrigin-RevId: 553152072 Change-Id: I0bfbb2da6b3902fc3e41a8e1c4aacb291ffdd098 --- diff --git a/CMakeLists.txt b/CMakeLists.txt index 3b5cf3c..089ac98 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -4,7 +4,7 @@ cmake_minimum_required(VERSION 3.13) project(googletest-distribution) -set(GOOGLETEST_VERSION 1.13.0) +set(GOOGLETEST_VERSION 1.14.0) if(NOT CYGWIN AND NOT MSYS AND NOT ${CMAKE_SYSTEM_NAME} STREQUAL QNX) set(CMAKE_CXX_EXTENSIONS OFF)