From ef7b5f528e943e42b51b5e9ad310a828e4161290 Mon Sep 17 00:00:00 2001 From: John Maddock Date: Tue, 6 Sep 2005 12:36:24 +0000 Subject: [PATCH] Need to set BOOST_LIB_VERSION correctly. [SVN r30825] --- include/boost/version.hpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/include/boost/version.hpp b/include/boost/version.hpp index bfa1410d..bacef180 100644 --- a/include/boost/version.hpp +++ b/include/boost/version.hpp @@ -27,7 +27,8 @@ // 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_1" +#define BOOST_LIB_VERSION "1_33" #endif +