summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDerek Mauro <761129+derekmauro@users.noreply.github.com>2022-06-27 13:14:55 -0400
committerGitHub <noreply@github.com>2022-06-27 13:14:55 -0400
commit58d77fa8070e8cec2dc1ed015d66b454c8d78850 (patch)
tree14091e7a6617a77ba5e2c78daba65c31a9fbe325
parent15460959cbbfa20e66ef0b5ab497367e47fc0a04 (diff)
downloadgoogletest-git-v1.12.x.tar.gz
Updates the version number in CMakeLists.txt to 1.12.1 (#3919)release-1.12.1v1.12.x
Due to an oversight version 1.12.0 didn't update the version in CMakeLists.txt. A patch release will fix this issue. I've also added a note to instructions for creating a release to check for this issue.
-rw-r--r--CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 4daf35b5..102e28cd 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -12,7 +12,7 @@ if (POLICY CMP0077)
endif (POLICY CMP0077)
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)
set(CMAKE_CXX_EXTENSIONS OFF)