Skip to content

Commit e06fdbb

Browse files
author
mfe
committed
Update host version to 0.8.0
1 parent d8c988e commit e06fdbb

File tree

1 file changed

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

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@
1414

1515

1616
#define TUTTLE_HOST_VERSION_MAJOR 0
17-
#define TUTTLE_HOST_VERSION_MINOR 7
18-
#define TUTTLE_HOST_VERSION_MICRO 3
17+
#define TUTTLE_HOST_VERSION_MINOR 8
18+
#define TUTTLE_HOST_VERSION_MICRO 0
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)