[Boost][1.34.1] Wrong BOOST_VERSION value in jamrules file
Hello boost-users, Recently i was writing Win32 batch scripts which searches boost directory for version info by grep utility and discovered that Jamrules file in boost installation directory have strange value (from boost_1_34_1.zip): # The current version of Boost. BOOST_VERSION ?= 1.34.0 ; Is this correct value? Or where can i read correct boost version value? -- Best regards, Andry mailto:andry@inbox.ru
Andry wrote:
Hello boost-users,
Recently i was writing Win32 batch scripts which searches boost directory for version info by grep utility and discovered that Jamrules file in boost installation directory have strange value (from boost_1_34_1.zip): # The current version of Boost. BOOST_VERSION ?= 1.34.0 ; Is this correct value? Or where can i read correct boost version value?
Hm, that value is indeed incorrect. But fortunately it's not used. THe one used is in Jamfile.v2, as far building goes. There's also a boost/version.hpp header you can look at. -- -- Grafik - Don't Assume Anything -- Redshift Software, Inc. - http://redshift-software.com -- rrivera/acm.org - grafik/redshift-software.com -- 102708583/icq - grafikrobot/aim - grafikrobot/yahoo
participants (2)
-
Andry
-
Rene Rivera