Release: Fix BOOST_LIB_VERSION.

[SVN r70559]
This commit is contained in:
Daniel James
2011-03-26 10:22:08 +00:00
parent f69f4f250a
commit 7f7fe4095d

View File

@ -27,7 +27,7 @@
// number, y is the minor version number, and z is the patch level if not 0.
// This is used by <config/auto_link.hpp> to select which library version to link to.
#define BOOST_LIB_VERSION "1_47_0"
#define BOOST_LIB_VERSION "1_47"
#endif