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 05fde18 commit 8f737c6Copy full SHA for 8f737c6
libraries/tuttle/src/tuttle/host/version.hpp
@@ -1,9 +1,10 @@
1
#ifndef _TUTTLE_HOST_VERSION_HPP_
2
#define _TUTTLE_HOST_VERSION_HPP_
3
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
-#define TUTTLE_HOST_VERSION_MICRO 0
7
+#define TUTTLE_HOST_VERSION_MICRO 3
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