Skip to content

Commit

Permalink
Merge pull request #30 from robotology/devel-test-2019.12.feat-01
Browse files Browse the repository at this point in the history
devel test 2019.12.feat 01
  • Loading branch information
marcoaccame authored Dec 13, 2019
2 parents 668aaaf + 1aa289c commit 302ae65
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ list(APPEND CMAKE_MODULE_PATH ${CMAKE_SOURCE_DIR}/cmake)

set(icub_firmware_shared_MAJOR_VERSION 4)
set(icub_firmware_shared_MINOR_VERSION 0)
set(icub_firmware_shared_PATCH_VERSION 6)
set(icub_firmware_shared_PATCH_VERSION 7)
set(icub_firmware_shared_VERSION ${icub_firmware_shared_MAJOR_VERSION}.${icub_firmware_shared_MINOR_VERSION}.${icub_firmware_shared_PATCH_VERSION})


Expand Down
2 changes: 1 addition & 1 deletion eth/embobj/plus/comm-v2/protocol/api/EoProtocolMC.h
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ extern "C" {
// - declaration of public user-defined types -------------------------------------------------------------------------


enum { eoprot_version_mc_major = 1, eoprot_version_mc_minor = 21 };
enum { eoprot_version_mc_major = 1, eoprot_version_mc_minor = 22 };

enum { eoprot_entities_mc_numberof = eomc_entities_numberof };

Expand Down

0 comments on commit 302ae65

Please sign in to comment.