File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -196,7 +196,7 @@ endif()
196196if (PJ_INSTALL_SDK)
197197 include (CMakePackageConfigHelpers )
198198
199- set (PJ_PACKAGE_VERSION "0.4.0 " )
199+ set (PJ_PACKAGE_VERSION "0.4.1 " )
200200 set (PJ_PACKAGE_CMAKE_DIR ${CMAKE_INSTALL_LIBDIR} /cmake/plotjuggler_core)
201201
202202 install (EXPORT plotjuggler_coreTargets
Original file line number Diff line number Diff line change 77 plugin_sdk — umbrella for plugin authors (base + dialog SDK + parser SDK)
88 plugin_host — umbrella for host loaders (data_source/parser/toolbox/dialog)
99
10- A consuming Conan recipe declares e.g. `plotjuggler_core/0.4.0 ` and then:
10+ A consuming Conan recipe declares e.g. `plotjuggler_core/0.4.1 ` and then:
1111
1212 find_package(plotjuggler_core REQUIRED COMPONENTS plugin_sdk)
1313 target_link_libraries(my_plugin PRIVATE plotjuggler_core::plugin_sdk)
2727
2828class PlotjugglerCoreConan (ConanFile ):
2929 name = "plotjuggler_core"
30- version = "0.4.0 "
30+ version = "0.4.1 "
3131 # Apache-2.0 covers pj_base + pj_plugins (the plugin-facing SDK);
3232 # MPL-2.0 covers pj_datastore (the storage engine). See LICENSE.
3333 license = "Apache-2.0 AND MPL-2.0"
You can’t perform that action at this time.
0 commit comments