Skip to content

Commit 8f737c6

Browse files
author
Clement Champetier
committed
Up to v0.13.3
Add a comment to clarify how to understand the 'TUTTLE_HOST_VERSION'.
1 parent 05fde18 commit 8f737c6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

libraries/tuttle/src/tuttle/host/version.hpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
#ifndef _TUTTLE_HOST_VERSION_HPP_
22
#define _TUTTLE_HOST_VERSION_HPP_
33

4+
// This is more than the version of the host: this is the version of the 'tuttle bundle' (host + plugins + sam).
45
#define TUTTLE_HOST_VERSION_MAJOR 0
56
#define TUTTLE_HOST_VERSION_MINOR 13
6-
#define TUTTLE_HOST_VERSION_MICRO 0
7+
#define TUTTLE_HOST_VERSION_MICRO 3
78

89
#define TUTTLE_HOST_VERSION_STR \
910
BOOST_PP_STRINGIZE(TUTTLE_HOST_VERSION_MAJOR) "." BOOST_PP_STRINGIZE(TUTTLE_HOST_VERSION_MINOR) "." BOOST_PP_STRINGIZE(TUTTLE_HOST_VERSION_MICRO)

0 commit comments

Comments
 (0)