Skip to content

Commit

Permalink
Up to v0.13.3
Browse files Browse the repository at this point in the history
Add a comment to clarify how to understand the 'TUTTLE_HOST_VERSION'.
  • Loading branch information
Clement Champetier committed Aug 31, 2016
1 parent 05fde18 commit 8f737c6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion libraries/tuttle/src/tuttle/host/version.hpp
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
#ifndef _TUTTLE_HOST_VERSION_HPP_
#define _TUTTLE_HOST_VERSION_HPP_

// 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 0
#define TUTTLE_HOST_VERSION_MICRO 3

#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 8f737c6

Please sign in to comment.