From daf84f7f88a51bb3e76dc5874c73380eaaad3ee1 Mon Sep 17 00:00:00 2001 From: Douglas Gregor Date: Mon, 29 Aug 2005 21:46:43 +0000 Subject: [PATCH] Label as 1.33.1 [SVN r30731] --- include/boost/version.hpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/boost/version.hpp b/include/boost/version.hpp index b34878b4..bfa1410d 100644 --- a/include/boost/version.hpp +++ b/include/boost/version.hpp @@ -19,7 +19,7 @@ // BOOST_VERSION / 100 % 1000 is the minor version // BOOST_VERSION / 100000 is the major version -#define BOOST_VERSION 103300 +#define BOOST_VERSION 103301 // // BOOST_LIB_VERSION must be defined to be the same as BOOST_VERSION @@ -27,7 +27,7 @@ // number and y is the minor version number. This is used by // to select which library version to link to. -#define BOOST_LIB_VERSION "1_33" +#define BOOST_LIB_VERSION "1_33_1" #endif