Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
project(
'pymmcore',
'cpp',
version: '11.10.0.74.2.dev0',
version: '11.11.0.74.0.dev0',
meson_version: '>=1.4.0',
default_options: [
'cpp_std=c++14',
Expand Down Expand Up @@ -64,7 +64,7 @@ mmcore_proj = subproject(
'tests': 'disabled', # Avoid Catch2 subproject in sdist
},
)
mmcore_dep = mmcore_proj.get_variable('mmcore')
mmcore_dep = mmcore_proj.get_variable('mmcore_dep')

swig_include_dirs = mmcore_proj.get_variable('swig_include_dirs')

Expand Down
2 changes: 1 addition & 1 deletion subprojects/mmcore.wrap
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[wrap-git]
url = https://github.com/micro-manager/mmcore.git
revision = 6036384efdd2da0f878ea022d26577012b126535
revision = 6af61056cfac0f04d5803f2646f12d33b9cbfa28
depth = 1

[provide]
Expand Down
2 changes: 1 addition & 1 deletion subprojects/mmdevice.wrap
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[wrap-git]
url = https://github.com/micro-manager/mmdevice.git
revision = 6a5b88a4c84d97c2a5ce0f2b2f68631864b03d8f
revision = 1012f7b82cd75c4aa62ccf601282a933d243bf08
depth = 1

[provide]
Expand Down
Loading