From 7f7fe4095dc7603b801f4e9d33da8c1522eccc59 Mon Sep 17 00:00:00 2001 From: Daniel James Date: Sat, 26 Mar 2011 10:22:08 +0000 Subject: [PATCH] Release: Fix BOOST_LIB_VERSION. [SVN r70559] --- 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 d4f96bbc..041e37d6 100644 --- a/include/boost/version.hpp +++ b/include/boost/version.hpp @@ -27,7 +27,7 @@ // number, y is the minor version number, and z is the patch level if not 0. // This is used by to select which library version to link to. -#define BOOST_LIB_VERSION "1_47_0" +#define BOOST_LIB_VERSION "1_47" #endif