2017-07-26 11:08:45 +00:00
|
|
|
/*=============================================================================
|
2018-12-30 08:25:21 +00:00
|
|
|
Copyright (c) 2011-2018 Bolero MURAKAMI
|
2017-07-26 11:08:45 +00:00
|
|
|
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)
|
|
|
|
//
|
2018-12-30 08:25:21 +00:00
|
|
|
#define SPROUT_VERSION_YYYYMMDD 20181230
|
2017-07-26 11:08:45 +00:00
|
|
|
|
|
|
|
#endif // #ifndef SPROUT_VERSION_HPP
|