Add BOOST_PREDEF_VERSION def to indicate to users the version of this

library. Bump version to 1.1 for development.
This commit is contained in:
Rene Rivera
2014-01-03 08:56:48 -06:00
parent 6297fadb34
commit 6d4f26a249
2 changed files with 17 additions and 2 deletions

View File

@ -1,8 +1,8 @@
[article Predef
[quickbook 1.7]
[version 1.0]
[version 1.1]
[authors [Rivera, Rene]]
[copyright 2005 Rene Rivera, 2008-2013 Redshift Software Inc]
[copyright 2005, 2008-2014 Rene Rivera]
[purpose Identification and specification of predefined macros.]
[license
Distributed under the Boost Software License, Version 1.0.

View File

@ -0,0 +1,15 @@
/*
Copyright Rene Rivera 2014
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 BOOST_PREDEF_VERSION_H
#define BOOST_PREDEF_VERSION_H
#include <boost/predef/version_number.h>
#define BOOST_PREDEF_VERSION BOOST_VERSION_NUMBER(1,1,0)
#endif