Skip to content
This repository has been archived by the owner on Jun 6, 2024. It is now read-only.

Commit

Permalink
🔖 Release 1.8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
AnotherFoxGuy committed Jan 5, 2020
1 parent 1736591 commit 6d07244
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion latest-info.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ function(_pmm_changes version)
endif ()
endfunction()

set(PMM_LATEST_VERSION 1.8.0)
set(PMM_LATEST_VERSION 1.8.1)

if (PMM_VERSION VERSION_LESS PMM_LATEST_VERSION AND NOT PMM_IGNORE_NEW_VERSION)
message(STATUS "[pmm] You are using PMM version ${PMM_VERSION}. The latest is ${PMM_LATEST_VERSION}.")
Expand Down Expand Up @@ -111,6 +111,9 @@ if (PMM_VERSION VERSION_LESS PMM_LATEST_VERSION AND NOT PMM_IGNORE_NEW_VERSION)
"Added Conan utility scripts"
"Added vcpkg utility scripts"
)
_pmm_changes(1.8.1
"Fixed PMM failing to download files in clion"
)
message(STATUS "[pmm] To update, simply change the value of PMM_VERSION_INIT in pmm.cmake")
message(STATUS "[pmm] You can disable these messages by setting PMM_IGNORE_NEW_VERSION to TRUE before including pmm.cmake")
endif ()
Expand Down
2 changes: 1 addition & 1 deletion pmm.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
## SOFTWARE.

# Bump this version to change what PMM version is downloaded
set(PMM_VERSION_INIT 1.8.0)
set(PMM_VERSION_INIT 1.8.1)

# Helpful macro to set a variable if it isn't already set
macro(_pmm_set_if_undef varname)
Expand Down

0 comments on commit 6d07244

Please sign in to comment.