Skip to content

Commit f399dc8

Browse files
committed
Upgrade mmcore to 11.11.0
1 parent 16c1e16 commit f399dc8

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

meson.build

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
project(
1919
'pymmcore',
2020
'cpp',
21-
version: '11.10.0.74.2.dev0',
21+
version: '11.11.0.74.0.dev0',
2222
meson_version: '>=1.4.0',
2323
default_options: [
2424
'cpp_std=c++14',
@@ -64,7 +64,7 @@ mmcore_proj = subproject(
6464
'tests': 'disabled', # Avoid Catch2 subproject in sdist
6565
},
6666
)
67-
mmcore_dep = mmcore_proj.get_variable('mmcore')
67+
mmcore_dep = mmcore_proj.get_variable('mmcore_dep')
6868

6969
swig_include_dirs = mmcore_proj.get_variable('swig_include_dirs')
7070

subprojects/mmcore.wrap

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[wrap-git]
22
url = https://github.com/micro-manager/mmcore.git
3-
revision = 6036384efdd2da0f878ea022d26577012b126535
3+
revision = 6af61056cfac0f04d5803f2646f12d33b9cbfa28
44
depth = 1
55

66
[provide]

subprojects/mmdevice.wrap

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[wrap-git]
22
url = https://github.com/micro-manager/mmdevice.git
3-
revision = 6a5b88a4c84d97c2a5ce0f2b2f68631864b03d8f
3+
revision = 1012f7b82cd75c4aa62ccf601282a933d243bf08
44
depth = 1
55

66
[provide]

0 commit comments

Comments
 (0)