version.h
Go to the documentation of this file.
1 // SOCI version.hpp configuration header file
2 
3 //
4 // Copyright (C) 2011 Mateusz Loskot <mateusz@loskot.net>
5 // Distributed under the Boost Software License, Version 1.0.
6 // (See accompanying file LICENSE_1_0.txt or copy at
7 // http://www.boost.org/LICENSE_1_0.txt)
8 //
9 
10 #ifndef SOCI_VERSION_HPP
11 #define SOCI_VERSION_HPP
12 
13 //
14 // Caution, this is the only SOCI header that is guarenteed
15 // to change with every SOCI release, including this header
16 // will cause a recompile every time a new SOCI version is
17 // released.
18 //
19 // SOCI_VERSION % 100 is the patch level
20 // SOCI_VERSION / 100 % 1000 is the minor version
21 // SOCI_VERSION / 100000 is the major version
22 
23 #define SOCI_VERSION 300203
24 
25 //
26 // SOCI_LIB_VERSION must be defined to be the same as SOCI_VERSION
27 // but as a *string* in the form "x_y[_z]" where x is the major version
28 // number, y is the minor version number, and z is the patch level if not 0.
29 
30 #define SOCI_LIB_VERSION "3_2_3"
31 
32 #endif // SOCI_VERSION_HPP


asr_lib_ism
Author(s): Hanselmann Fabian, Heller Florian, Heizmann Heinrich, Kübler Marcel, Mehlhaus Jonas, Meißner Pascal, Qattan Mohamad, Reckling Reno, Stroh Daniel
autogenerated on Wed Jan 8 2020 04:02:41