From 5435b76457158563e91cc457dbe45407185f3365 Mon Sep 17 00:00:00 2001 From: Beman Dawes Date: Fri, 30 Nov 2001 18:03:58 +0000 Subject: [PATCH] release [SVN r11840] --- 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 84f94f9a..7a29a1af 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 102501 +#define BOOST_VERSION 102600 #endif