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 332ceb6 commit fbb46fbCopy full SHA for fbb46fb
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 3
+#define TUTTLE_HOST_VERSION_MICRO 4
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