Subject: [Boost-commit] svn:boost r62259 - trunk/boost/spirit/include
From: hartmut.kaiser_at_[hidden]
Date: 2010-05-27 08:50:06


Author: hkaiser
Date: 2010-05-27 08:50:06 EDT (Thu, 27 May 2010)
New Revision: 62259
URL: http://svn.boost.org/trac/boost/changeset/62259

Log:
Spirit: Updated version number
Text files modified:
   trunk/boost/spirit/include/version.hpp | 4 ++--
   1 files changed, 2 insertions(+), 2 deletions(-)

Modified: trunk/boost/spirit/include/version.hpp
==============================================================================
--- trunk/boost/spirit/include/version.hpp (original)
+++ trunk/boost/spirit/include/version.hpp 2010-05-27 08:50:06 EDT (Thu, 27 May 2010)
@@ -14,7 +14,7 @@
 // This is the version of the current Spirit distribution
 //
 ///////////////////////////////////////////////////////////////////////////////
-#define SPIRIT_VERSION 0x2030
-#define SPIRIT_PIZZA_VERSION HAWAII // :-)
+#define SPIRIT_VERSION 0x2040
+#define SPIRIT_PIZZA_VERSION CATFISH_WITH_RASPBERRY_JELLY // :-)
 
 #endif