Update of /cvsroot/boost/boost/boost
In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv15757/boost

Modified Files:
      Tag: RC_1_34_0
        version.hpp 
Log Message:
Fix the version number string to match the libraries we build. Adjusted 
instructions on version string to match what the format really is. Fixes issue 
#986.

Index: version.hpp
===================================================================
RCS file: /cvsroot/boost/boost/boost/version.hpp,v
retrieving revision 1.15.2.1
retrieving revision 1.15.2.2
diff -u -d -r1.15.2.1 -r1.15.2.2
--- version.hpp 29 May 2007 16:46:37 -0000      1.15.2.1
+++ version.hpp 31 May 2007 22:38:40 -0000      1.15.2.2
@@ -24,10 +24,12 @@
 //
 //  BOOST_LIB_VERSION must be defined to be the same as BOOST_VERSION
 //  but as a *string* in the form "x_y" where x is the major version
-//  number and y is the minor version number.  This is used by
-//  <config/auto_link.hpp> to select which library version to link to.
+//  number and y is the minor version number, or in the form "x_y_z"
+//  where z is the patch version number when the patch version number
+//  is not zero (z > 0).  This is used by <config/auto_link.hpp> to
+//  select which library version to link to.
 
-#define BOOST_LIB_VERSION "1_34"
+#define BOOST_LIB_VERSION "1_34_1"
 
 #endif
 


-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
Boost-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/boost-cvs

Reply via email to