mirror of
https://github.com/bolero-MURAKAMI/Sprout.git
synced 2024-11-14 10:39:05 +00:00
add sprout/version.hpp
This commit is contained in:
parent
481b277216
commit
6de283cf1c
2 changed files with 20 additions and 0 deletions
19
sprout/version.hpp
Normal file
19
sprout/version.hpp
Normal 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
|
|
@ -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>
|
||||
|
||||
|
|
Loading…
Reference in a new issue