1
0
Fork 0
mirror of https://github.com/bolero-MURAKAMI/Sprout synced 2024-11-12 21:09:01 +00:00
Sprout/sprout/version.hpp

20 lines
628 B
C++
Raw Normal View History

2017-07-26 11:08:45 +00:00
/*=============================================================================
Copyright (c) 2011-2017 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)
//
2017-10-19 01:56:45 +00:00
#define SPROUT_VERSION_YYYYMMDD 20171019
2017-07-26 11:08:45 +00:00
#endif // #ifndef SPROUT_VERSION_HPP