Skip to content

Commit

Permalink
Update host version to 0.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mfe committed Oct 16, 2013
1 parent d8c988e commit e06fdbb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions libraries/tuttle/src/tuttle/host/Core.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@


#define TUTTLE_HOST_VERSION_MAJOR 0
#define TUTTLE_HOST_VERSION_MINOR 7
#define TUTTLE_HOST_VERSION_MICRO 3
#define TUTTLE_HOST_VERSION_MINOR 8
#define TUTTLE_HOST_VERSION_MICRO 0

#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)

Expand Down

0 comments on commit e06fdbb

Please sign in to comment.