diff --git a/doc/history.adoc b/doc/history.adoc index 7b6b76f..d3fb5c4 100644 --- a/doc/history.adoc +++ b/doc/history.adoc @@ -7,6 +7,8 @@ http://www.boost.org/LICENSE_1_0.txt) = History +== 1.13 + == 1.12 * Switch to using the endian.h header on OpenBSD. (Brad Smith) diff --git a/doc/index.html b/doc/index.html index ce787c4..b06fc46 100644 --- a/doc/index.html +++ b/doc/index.html @@ -716,19 +716,20 @@ pre.pygments .tok-il { color: #666666 } /* Literal.Number.Integer.Long */
  • 6. History
  • 7. To Do
  • @@ -6876,7 +6877,11 @@ expressions. It defaults to "c++", but can be any of: "c", "cpp",

    6. History

    -

    6.1. 1.12

    +

    6.1. 1.13

    + +
    +
    +

    6.2. 1.12

    • @@ -6905,7 +6910,7 @@ Initial implementation inspired by submission from Mikhail Komarov.

    -

    6.2. 1.11

    +

    6.3. 1.11

    • @@ -6933,7 +6938,7 @@ Initial implementation inspired by submission from Mikhail Komarov.

    -

    6.3. 1.10

    +

    6.4. 1.10

    • @@ -6958,7 +6963,7 @@ removed in a future release.

    -

    6.4. 1.9

    +

    6.5. 1.9

    • @@ -6971,7 +6976,7 @@ removed in a future release.

    -

    6.5. 1.8

    +

    6.6. 1.8

    • @@ -6993,7 +6998,7 @@ removed in a future release.

    -

    6.6. 1.7

    +

    6.7. 1.7

    • @@ -7009,7 +7014,7 @@ removed in a future release.

    -

    6.7. 1.6

    +

    6.8. 1.6

    • @@ -7033,7 +7038,7 @@ Baratov)

    -

    6.8. 1.5

    +

    6.9. 1.5

    • @@ -7052,7 +7057,7 @@ version instead of the varied product versions.

    -

    6.9. 1.4.1

    +

    6.10. 1.4.1

    • @@ -7065,7 +7070,7 @@ version instead of the varied product versions.

    -

    6.10. 1.4

    +

    6.11. 1.4

    • @@ -7086,7 +7091,7 @@ use cases. And changed the BBv2 check support to use compile only checks.

    -

    6.11. 1.3

    +

    6.12. 1.3

    • @@ -7111,7 +7116,7 @@ use cases. And changed the BBv2 check support to use compile only checks.

    -

    6.12. 1.2

    +

    6.13. 1.2

    • @@ -7135,7 +7140,7 @@ checks.

    -

    6.13. 1.1

    +

    6.14. 1.1

    • diff --git a/include/boost/predef/version.h b/include/boost/predef/version.h index 9c271b0..41fcdc2 100644 --- a/include/boost/predef/version.h +++ b/include/boost/predef/version.h @@ -10,6 +10,6 @@ http://www.boost.org/LICENSE_1_0.txt) #include -#define BOOST_PREDEF_VERSION BOOST_VERSION_NUMBER(1,12,0) +#define BOOST_PREDEF_VERSION BOOST_VERSION_NUMBER(1,13,0) #endif