From 896dae9b4d5b0f05b187dbc0e4d95285a73e3e71 Mon Sep 17 00:00:00 2001 From: John Maddock Date: Tue, 6 Sep 2005 17:31:44 +0000 Subject: [PATCH] Decided we need the full version string after all. [SVN r30831] --- 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 bacef180..37519ef3 100644 --- a/include/boost/version.hpp +++ b/include/boost/version.hpp @@ -27,8 +27,9 @@ // 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 +