Suppress a bunch of "unreferenced parameter" warnings.
[luabind.git] / luabind / version.hpp
blob63acaf7656d41a66e1ef17f74dbf9d76a411d973
1 // Copyright Daniel Wallin 2009. Use, modification and distribution is
2 // subject to the Boost Software License, Version 1.0. (See accompanying
3 // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
5 #ifndef LUABIND_VERSION_090216_HPP
6 # define LUABIND_VERSION_090216_HPP
8 # define LUABIND_VERSION 900
10 // Each component uses two digits, so:
12 // major = LUABIND_VERSION / 10000
13 // minor = LUABIND_VERSION / 100 % 100
14 // patch = LUABIND_VERSION % 100
16 #endif // LUABIND_VERSION_090216_HPP