$include_dir="/home/hyper-archives/boost-commit/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-commit] svn:boost r58719 - trunk/boost/wave
From: hartmut.kaiser_at_[hidden]
Date: 2010-01-05 12:35:59
Author: hkaiser
Date: 2010-01-05 12:35:58 EST (Tue, 05 Jan 2010)
New Revision: 58719
URL: http://svn.boost.org/trac/boost/changeset/58719
Log:
Wave: bumped version number
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	2010-01-05 12:35:58 EST (Tue, 05 Jan 2010)
@@ -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                 0x020003
+#define BOOST_WAVE_VERSION                 0x020004
 
 //  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        3
+#define BOOST_WAVE_VERSION_SUBMINOR        4
 
 #endif // !defined(WAVE_VERSION_H_9D79ABDB_AC54_4C0A_89B1_F70A2DCFE21E_INCLUDED)