Skip to content

Commit 58d77fa

Browse files
authored
Updates the version number in CMakeLists.txt to 1.12.1 (#3919)
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.
1 parent 1546095 commit 58d77fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ if (POLICY CMP0077)
1212
endif (POLICY CMP0077)
1313

1414
project(googletest-distribution)
15-
set(GOOGLETEST_VERSION 1.11.0)
15+
set(GOOGLETEST_VERSION 1.12.1)
1616

1717
if(NOT CYGWIN AND NOT MSYS AND NOT ${CMAKE_SYSTEM_NAME} STREQUAL QNX)
1818
set(CMAKE_CXX_EXTENSIONS OFF)

0 commit comments

Comments
 (0)