summaryrefslogtreecommitdiff
path: root/boost/wave/wave_version.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'boost/wave/wave_version.hpp')
-rw-r--r--boost/wave/wave_version.hpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/boost/wave/wave_version.hpp b/boost/wave/wave_version.hpp
index 3512e0da10..7b143ca76c 100644
--- a/boost/wave/wave_version.hpp
+++ b/boost/wave/wave_version.hpp
@@ -5,7 +5,7 @@
http://www.boost.org/
- Copyright (c) 2001-2011 Hartmut Kaiser. Distributed under the Boost
+ Copyright (c) 2001-2012 Hartmut Kaiser. Distributed under the Boost
Software License, Version 1.0. (See accompanying file
LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
=============================================================================*/
@@ -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 0x020300
+#define BOOST_WAVE_VERSION 0x020302
// The following defines contain the same information as above
#define BOOST_WAVE_VERSION_MAJOR 2
#define BOOST_WAVE_VERSION_MINOR 3
-#define BOOST_WAVE_VERSION_SUBMINOR 0
+#define BOOST_WAVE_VERSION_SUBMINOR 2
#endif // !defined(WAVE_VERSION_H_9D79ABDB_AC54_4C0A_89B1_F70A2DCFE21E_INCLUDED)