From b6045d7e4a9d3f30c5153efdd1c2b6030d6f8f8c Mon Sep 17 00:00:00 2001 From: Beman Dawes Date: Thu, 16 May 2002 18:07:26 +0000 Subject: [PATCH] 1.29.0 [SVN r13955] --- 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 bdb2e106..21199bf2 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 102800 +#define BOOST_VERSION 102900 #endif