From 9be77092e2717673832558d74c0951d08e214ae2 Mon Sep 17 00:00:00 2001 From: Amin Yahyaabadi Date: Wed, 2 Oct 2024 14:19:40 -0700 Subject: [PATCH] chore(release): v0.36.5 --- README.md | 2 +- docs/src/project_options_example.md | 2 +- src/DynamicProjectOptions.cmake | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index de97bdf8..b70683b9 100644 --- a/README.md +++ b/README.md @@ -67,7 +67,7 @@ endif() # Add project_options from https://github.com/aminya/project_options # Change the version in the following URL to update the package (watch the releases of the repository for future updates) -set(PROJECT_OPTIONS_VERSION "v0.36.4") +set(PROJECT_OPTIONS_VERSION "v0.36.5") FetchContent_Declare( _project_options URL https://github.com/aminya/project_options/archive/refs/tags/${PROJECT_OPTIONS_VERSION}.zip) diff --git a/docs/src/project_options_example.md b/docs/src/project_options_example.md index 1788d440..124654eb 100644 --- a/docs/src/project_options_example.md +++ b/docs/src/project_options_example.md @@ -20,7 +20,7 @@ endif() # Add project_options from https://github.com/aminya/project_options # Change the version in the following URL to update the package (watch the releases of the repository for future updates) -set(PROJECT_OPTIONS_VERSION "v0.36.4") +set(PROJECT_OPTIONS_VERSION "v0.36.5") FetchContent_Declare( _project_options URL https://github.com/aminya/project_options/archive/refs/tags/${PROJECT_OPTIONS_VERSION}.zip) diff --git a/src/DynamicProjectOptions.cmake b/src/DynamicProjectOptions.cmake index d44c7465..a008a541 100644 --- a/src/DynamicProjectOptions.cmake +++ b/src/DynamicProjectOptions.cmake @@ -57,7 +57,7 @@ Here is an example of how to use ``dynamic_project_options``: # Add project_options from https://github.com/aminya/project_options # Change the version in the following URL to update the package (watch the releases of the repository for future updates) - set(PROJECT_OPTIONS_VERSION "v0.36.4") + set(PROJECT_OPTIONS_VERSION "v0.36.5") FetchContent_Declare( _project_options URL https://github.com/aminya/project_options/archive/refs/tags/${PROJECT_OPTIONS_VERSION}.zip)