]> git.proxmox.com Git - ceph.git/blob - ceph/src/boost/libs/spirit/include/boost/spirit/home/lex/lexer/lexertl/static_version.hpp
bump version to 12.2.2-pve1
[ceph.git] / ceph / src / boost / libs / spirit / include / boost / spirit / home / lex / lexer / lexertl / static_version.hpp
1 // Copyright (c) 2001-2011 Hartmut Kaiser
2 //
3 // Distributed under the Boost Software License, Version 1.0. (See accompanying
4 // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
5
6 #if !defined(BOOST_SPIRIT_LEX_STATIC_LEXER_VERSION_SEP_10_2009_0811PM)
7 #define BOOST_SPIRIT_LEX_STATIC_LEXER_VERSION_SEP_10_2009_0811PM
8
9 #if defined(_MSC_VER)
10 #pragma once
11 #endif
12
13 ///////////////////////////////////////////////////////////////////////////////
14 // This is the version of the static lexer format. It is used to ensure a
15 // static lexer has been generated using the same data format as expected
16 // by the executing application.
17 ///////////////////////////////////////////////////////////////////////////////
18 #define SPIRIT_STATIC_LEXER_VERSION 0x010000
19
20 #endif