Skip to content

Commit 03ad407

Browse files
author
Clement Champetier
committed
Up to v0.13.6
1 parent e5c7aa5 commit 03ad407

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
// This is more than the version of the host: this is the version of the 'tuttle bundle' (host + plugins + sam).
55
#define TUTTLE_HOST_VERSION_MAJOR 0
66
#define TUTTLE_HOST_VERSION_MINOR 13
7-
#define TUTTLE_HOST_VERSION_MICRO 5
7+
#define TUTTLE_HOST_VERSION_MICRO 6
88

99
#define TUTTLE_HOST_VERSION_STR \
1010
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)