mirror of
https://github.com/boostorg/predef.git
synced 2025-07-31 04:07:13 +02:00
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:
@ -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.
|
||||
|
15
include/boost/predef/version.h
Normal file
15
include/boost/predef/version.h
Normal 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
|
Reference in New Issue
Block a user