sl@0: // Copyright Vladimir Prus 2004. sl@0: // Distributed under the Boost Software License, Version 1.0. sl@0: // (See accompanying file LICENSE_1_0.txt sl@0: // or copy at http://www.boost.org/LICENSE_1_0.txt) sl@0: sl@0: #ifndef BOOST_PROGRAM_OPTIONS_VERSION_HPP_VP_2004_04_05 sl@0: #define BOOST_PROGRAM_OPTIONS_VERSION_HPP_VP_2004_04_05 sl@0: sl@0: /** The version of the source interface. sl@0: The value will be incremented whenever a change is made which might sl@0: cause compilation errors for existing code. sl@0: */ sl@0: #ifdef BOOST_PROGRAM_OPTIONS_VERSION sl@0: #error BOOST_PROGRAM_OPTIONS_VERSION already defined sl@0: #endif sl@0: #define BOOST_PROGRAM_OPTIONS_VERSION 2 sl@0: sl@0: sl@0: #endif