summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDerek Mauro <dmauro@google.com>2023-01-17 10:36:00 -0800
committerCopybara-Service <copybara-worker@google.com>2023-01-17 10:36:43 -0800
commitb796f7d44681514f58a683a3a71ff17c94edb0c1 (patch)
treeac5a085c16aa1a0bca815b43279c5b6081d3894b
parentac7a126f39d5bcd909b78c9e69900c76659b1bbb (diff)
downloadgoogletest-git-v1.13.x.tar.gz
Bump version to 1.13.0 in preparation for releasev1.13.0-prev1.13.0v1.13.x
PiperOrigin-RevId: 502626077 Change-Id: I3aad27a8b725cf73163e52ef2e28e6cdfc13082b
-rw-r--r--CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 4210622b..6af41437 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -16,7 +16,7 @@ if (POLICY CMP0077)
endif (POLICY CMP0077)
project(googletest-distribution)
-set(GOOGLETEST_VERSION 1.12.1)
+set(GOOGLETEST_VERSION 1.13.0)
if(NOT CYGWIN AND NOT MSYS AND NOT ${CMAKE_SYSTEM_NAME} STREQUAL QNX)
set(CMAKE_CXX_EXTENSIONS OFF)