From d8cfcaf517455a7e68abd681ce2ff77eed903712 Mon Sep 17 00:00:00 2001 From: Dave Abrahams Date: Thu, 16 May 2002 00:56:42 +0000 Subject: [PATCH] Merged from RC_1_28_0 [SVN r13944] --- 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 b9ad9bd2..bdb2e106 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 102700 +#define BOOST_VERSION 102800 #endif