From a42bc25797865620bbe728964de94e05fc7c0797 Mon Sep 17 00:00:00 2001 From: Beman Dawes Date: Tue, 5 Feb 2002 18:37:22 +0000 Subject: [PATCH] 1.27.0 runup [SVN r12733] --- include/boost/version.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/boost/version.hpp b/include/boost/version.hpp index 7a29a1af..b9ad9bd2 100644 --- a/include/boost/version.hpp +++ b/include/boost/version.hpp @@ -20,7 +20,7 @@ // BOOST_VERSION / 100 % 1000 is the minor version // BOOST_VERSION / 100000 is the major version -#define BOOST_VERSION 102600 +#define BOOST_VERSION 102700 #endif