From 6de283cf1ca12b44b46518aceca64fdbc5506c80 Mon Sep 17 00:00:00 2001 From: bolero-MURAKAMI Date: Wed, 26 Jul 2017 20:08:45 +0900 Subject: [PATCH] add sprout/version.hpp --- sprout/version.hpp | 19 +++++++++++++++++++ testspr/header_all.hpp | 1 + 2 files changed, 20 insertions(+) create mode 100644 sprout/version.hpp diff --git a/sprout/version.hpp b/sprout/version.hpp new file mode 100644 index 00000000..47dee21b --- /dev/null +++ b/sprout/version.hpp @@ -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_VERSION_YYYYMMDD +// (yyyyMMdd) +// +#define SPROUT_VERSION_YYYYMMDD 20170726 + +#endif // #ifndef SPROUT_VERSION_HPP diff --git a/testspr/header_all.hpp b/testspr/header_all.hpp index 434485ad..1f3de782 100644 --- a/testspr/header_all.hpp +++ b/testspr/header_all.hpp @@ -87,6 +87,7 @@ #include #include #include +#include #include #include