We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e5c7aa5 commit 03ad407Copy full SHA for 03ad407
libraries/tuttle/src/tuttle/host/version.hpp
@@ -4,7 +4,7 @@
4
// This is more than the version of the host: this is the version of the 'tuttle bundle' (host + plugins + sam).
5
#define TUTTLE_HOST_VERSION_MAJOR 0
6
#define TUTTLE_HOST_VERSION_MINOR 13
7
-#define TUTTLE_HOST_VERSION_MICRO 5
+#define TUTTLE_HOST_VERSION_MICRO 6
8
9
#define TUTTLE_HOST_VERSION_STR \
10
BOOST_PP_STRINGIZE(TUTTLE_HOST_VERSION_MAJOR) "." BOOST_PP_STRINGIZE(TUTTLE_HOST_VERSION_MINOR) "." BOOST_PP_STRINGIZE(TUTTLE_HOST_VERSION_MICRO)
0 commit comments