Skip to content

Commit

Permalink
Updates the version number in CMakeLists.txt to 1.12.1 (#3919)
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
derekmauro committed Jun 27, 2022
1 parent 1546095 commit 58d77fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Expand Up @@ -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)
Expand Down

1 comment on commit 58d77fa

@McIntierdixie
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Lets

Please sign in to comment.