Skip to content

Commit 374335f

Browse files
committed
chore: v0.33.0 [skip ci]
1 parent 554cdf9 commit 374335f

4 files changed

Lines changed: 4 additions & 3 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ endif()
6767
6868
# Add project_options from https://github.com/aminya/project_options
6969
# Change the version in the following URL to update the package (watch the releases of the repository for future updates)
70-
set(PROJECT_OPTIONS_VERSION "v0.32.2")
70+
set(PROJECT_OPTIONS_VERSION "v0.33.0")
7171
FetchContent_Declare(
7272
_project_options
7373
URL https://github.com/aminya/project_options/archive/refs/tags/${PROJECT_OPTIONS_VERSION}.zip)

docs/src/project_options_example.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ endif()
2020
2121
# Add project_options from https://github.com/aminya/project_options
2222
# Change the version in the following URL to update the package (watch the releases of the repository for future updates)
23-
set(PROJECT_OPTIONS_VERSION "v0.32.2")
23+
set(PROJECT_OPTIONS_VERSION "v0.33.0")
2424
FetchContent_Declare(
2525
_project_options
2626
URL https://github.com/aminya/project_options/archive/refs/tags/${PROJECT_OPTIONS_VERSION}.zip)

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
{
22
"name": "project_options",
3+
"version": "0.33.0",
34
"homepage": "http://aminya.github.io/project_options"
45
}

src/DynamicProjectOptions.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ Here is an example of how to use ``dynamic_project_options``:
5555
5656
# Add project_options from https://github.com/aminya/project_options
5757
# Change the version in the following URL to update the package (watch the releases of the repository for future updates)
58-
set(PROJECT_OPTIONS_VERSION "v0.32.2")
58+
set(PROJECT_OPTIONS_VERSION "v0.33.0")
5959
FetchContent_Declare(
6060
_project_options
6161
URL https://github.com/aminya/project_options/archive/refs/tags/${PROJECT_OPTIONS_VERSION}.zip)

0 commit comments

Comments
 (0)