From cc9211e49417b8e1c00345909921525addb2b92f Mon Sep 17 00:00:00 2001 From: Beman Dawes Date: Thu, 26 Jun 2008 15:34:49 +0000 Subject: [PATCH] Update version number for 1.36.0 [SVN r46718] --- include/boost/version.hpp | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/include/boost/version.hpp b/include/boost/version.hpp index 47057cff..b62c4111 100644 --- a/include/boost/version.hpp +++ b/include/boost/version.hpp @@ -23,11 +23,11 @@ // // BOOST_LIB_VERSION must be defined to be the same as BOOST_VERSION -// but as a *string* in the form "x_y_z" where x is the major version -// number, y is the minor version number, and z is the patch level. This is used by -// to select which library version to link to. +// but as a *string* in the form "x_y[_z]" where x is the major version +// 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_36_0" +#define BOOST_LIB_VERSION "1_36" #endif