|
Boost-Commit : |
Subject: [Boost-commit] svn:boost r55661 - trunk/boost/wave
From: hartmut.kaiser_at_[hidden]
Date: 2009-08-18 16:27:02
Author: hkaiser
Date: 2009-08-18 16:27:00 EDT (Tue, 18 Aug 2009)
New Revision: 55661
URL: http://svn.boost.org/trac/boost/changeset/55661
Log:
Wave: preparing for Boost V1.41
Text files modified:
trunk/boost/wave/wave_version.hpp | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
Modified: trunk/boost/wave/wave_version.hpp
==============================================================================
--- trunk/boost/wave/wave_version.hpp (original)
+++ trunk/boost/wave/wave_version.hpp 2009-08-18 16:27:00 EDT (Tue, 18 Aug 2009)
@@ -16,11 +16,11 @@
// BOOST_WAVE_VERSION & 0x0000FF is the sub-minor version
// BOOST_WAVE_VERSION & 0x00FF00 is the minor version
// BOOST_WAVE_VERSION & 0xFF0000 is the major version
-#define BOOST_WAVE_VERSION 0x020002
+#define BOOST_WAVE_VERSION 0x020003
// The following defines contain the same information as above
#define BOOST_WAVE_VERSION_MAJOR 2
#define BOOST_WAVE_VERSION_MINOR 0
-#define BOOST_WAVE_VERSION_SUBMINOR 2
+#define BOOST_WAVE_VERSION_SUBMINOR 3
#endif // !defined(WAVE_VERSION_H_9D79ABDB_AC54_4C0A_89B1_F70A2DCFE21E_INCLUDED)
Boost-Commit list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk