From e70d87fe34b949ef7086b67d21cbea3a6a31a5a7 Mon Sep 17 00:00:00 2001 From: Beman Dawes Date: Wed, 26 Sep 2001 13:32:18 +0000 Subject: [PATCH] 1.25.0 runup [SVN r11278] --- 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 ab35ac8b..8f0af5b5 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 102400 +#define BOOST_VERSION 102500 #endif