Skip to content

Commit

Permalink
Up to v0.13.6
Browse files Browse the repository at this point in the history
  • Loading branch information
Clement Champetier committed Apr 20, 2017
1 parent e5c7aa5 commit 03ad407
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libraries/tuttle/src/tuttle/host/version.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
// This is more than the version of the host: this is the version of the 'tuttle bundle' (host + plugins + sam).
#define TUTTLE_HOST_VERSION_MAJOR 0
#define TUTTLE_HOST_VERSION_MINOR 13
#define TUTTLE_HOST_VERSION_MICRO 5
#define TUTTLE_HOST_VERSION_MICRO 6

#define TUTTLE_HOST_VERSION_STR \
BOOST_PP_STRINGIZE(TUTTLE_HOST_VERSION_MAJOR) "." BOOST_PP_STRINGIZE(TUTTLE_HOST_VERSION_MINOR) "." BOOST_PP_STRINGIZE(TUTTLE_HOST_VERSION_MICRO)
Expand Down

0 comments on commit 03ad407

Please sign in to comment.