Skip to content

Commit

Permalink
Update version numbers for CppMicroServices upgrade (#691)
Browse files Browse the repository at this point in the history
Update version numbers in preparation for upgrading CppMicroServices to version 3.7.3. Signed-off-by The MathWorks, Inc. <pelliott@mathworks.com>
  • Loading branch information
pelliott-mathworks committed Jun 20, 2022
1 parent e7d0edb commit fec264e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion compendium/ConfigurationAdmin/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ add_compile_definitions(BOOST_DATE_TIME_NO_LIB)
add_compile_definitions(BOOST_REGEX_NO_LIB)

usMacroCreateBundle(ConfigurationAdmin
VERSION "1.3.0"
VERSION "1.3.1"
DEPENDS Framework
TARGET ConfigurationAdmin
SYMBOLIC_NAME configuration_admin
Expand Down
2 changes: 1 addition & 1 deletion compendium/DeclarativeServices/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ add_compile_definitions(BOOST_REGEX_NO_LIB)


usMacroCreateBundle(DeclarativeServices
VERSION "1.3.1"
VERSION "1.4.0"
DEPENDS Framework
TARGET DeclarativeServices
SYMBOLIC_NAME declarative_services
Expand Down

0 comments on commit fec264e

Please sign in to comment.