Skip to content

Commit 6c9cf49

Browse files
author
Clement Champetier
committed
Host: up to v0.13.0
1 parent 547071f commit 6c9cf49

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

libraries/tuttle/src/tuttle/host/version.hpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
#define _TUTTLE_HOST_VERSION_HPP_
33

44
#define TUTTLE_HOST_VERSION_MAJOR 0
5-
#define TUTTLE_HOST_VERSION_MINOR 12
6-
#define TUTTLE_HOST_VERSION_MICRO 7
5+
#define TUTTLE_HOST_VERSION_MINOR 13
6+
#define TUTTLE_HOST_VERSION_MICRO 0
77

88
#define TUTTLE_HOST_VERSION_STR \
99
BOOST_PP_STRINGIZE(TUTTLE_HOST_VERSION_MAJOR) "." BOOST_PP_STRINGIZE(TUTTLE_HOST_VERSION_MINOR) "." BOOST_PP_STRINGIZE(TUTTLE_HOST_VERSION_MICRO)

0 commit comments

Comments
 (0)