add sprout/version.hpp

This commit is contained in:
bolero-MURAKAMI 2017-07-26 20:08:45 +09:00
parent 481b277216
commit 6de283cf1c
2 changed files with 20 additions and 0 deletions

19
sprout/version.hpp Normal file
View file

@ -0,0 +1,19 @@
/*=============================================================================
Copyright (c) 2011-2015 Bolero MURAKAMI
https://github.com/bolero-MURAKAMI/Sprout
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
=============================================================================*/
#ifndef SPROUT_VERSION_HPP
#define SPROUT_VERSION_HPP
#include <sprout/config.hpp>
//
// SPROUT_VERSION_YYYYMMDD
// (yyyyMMdd)
//
#define SPROUT_VERSION_YYYYMMDD 20170726
#endif // #ifndef SPROUT_VERSION_HPP

View file

@ -87,6 +87,7 @@
#include <sprout/utility.hpp>
#include <sprout/uuid.hpp>
#include <sprout/variant.hpp>
#include <sprout/version.hpp>
#include <sprout/weed.hpp>
#include <sprout/workaround.hpp>