From 20a4dd507c4432971d2565ec170c9a63a01f410f Mon Sep 17 00:00:00 2001 From: Beman Dawes Date: Thu, 20 Mar 2003 22:34:01 +0000 Subject: [PATCH] Get ready for next release [SVN r18039] --- 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 44f3440c..bbdf401d 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 103000 +#define BOOST_VERSION 103100 #endif