Skip to content

Commit 0f5a28c

Browse files
author
mfe
committed
Update host version to 0.7.2
1 parent b3ab226 commit 0f5a28c

File tree

1 file changed

+1
-1
lines changed
  • libraries/tuttle/src/tuttle/host

1 file changed

+1
-1
lines changed

libraries/tuttle/src/tuttle/host/Core.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515

1616
#define TUTTLE_HOST_VERSION_MAJOR 0
1717
#define TUTTLE_HOST_VERSION_MINOR 7
18-
#define TUTTLE_HOST_VERSION_MICRO 0
18+
#define TUTTLE_HOST_VERSION_MICRO 2
1919

2020
#define TUTTLE_HOST_VERSION_STR BOOST_PP_STRINGIZE(TUTTLE_HOST_VERSION_MAJOR) "." BOOST_PP_STRINGIZE(TUTTLE_HOST_VERSION_MINOR) "." BOOST_PP_STRINGIZE(TUTTLE_HOST_VERSION_MICRO)
2121

0 commit comments

Comments
 (0)