Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r56641 - branches/release/boost/spirit/include
From: hartmut.kaiser_at_[hidden]
Date: 2009-10-07 20:51:32


Author: hkaiser
Date: 2009-10-07 20:51:32 EDT (Wed, 07 Oct 2009)
New Revision: 56641
URL: http://svn.boost.org/trac/boost/changeset/56641

Log:
Added missing file.
Added:
   branches/release/boost/spirit/include/version.hpp (contents, props changed)

Added: branches/release/boost/spirit/include/version.hpp
==============================================================================
--- (empty file)
+++ branches/release/boost/spirit/include/version.hpp 2009-10-07 20:51:32 EDT (Wed, 07 Oct 2009)
@@ -0,0 +1,20 @@
+/*=============================================================================
+ Copyright (c) 2001-2009 Joel de Guzman
+ Copyright (c) 2001-2009 Hartmut Kaiser
+ http://spirit.sourceforge.net/
+
+ 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)
+=============================================================================*/
+#if !defined(SPIRIT_VERSION_NOVEMBER_13_2008_0834AM)
+#define SPIRIT_VERSION_NOVEMBER_13_2008_0834AM
+
+///////////////////////////////////////////////////////////////////////////////
+//
+// This is the version of the current Spirit distribution
+//
+///////////////////////////////////////////////////////////////////////////////
+#define SPIRIT_VERSION 0x2010
+#define SPIRIT_PIZZA_VERSION COSMIC_KARMA // :-)
+
+#endif


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