fix baseline build (old cairo) - 'cairo_rectangle_int_t' does not name a type
[LibreOffice.git] / external / mysqlcppconn / version_info.h
bloba0203da33864c57c75e7686d25a4c7f5757d7a26
1 /*
2 Copyright (c) 2014, Oracle and/or its affiliates. All rights reserved.
4 The MySQL Connector/C++ is licensed under the terms of the GPLv2
5 <http://www.gnu.org/licenses/old-licenses/gpl-2.0.html>, like most
6 MySQL Connectors. There are special exceptions to the terms and
7 conditions of the GPLv2 as it is applied to this software, see the
8 FLOSS License Exception
9 <http://www.mysql.com/about/legal/licensing/foss-exception.html>.
11 This program is free software; you can redistribute it and/or modify
12 it under the terms of the GNU General Public License as published
13 by the Free Software Foundation; version 2 of the License.
15 This program is distributed in the hope that it will be useful, but
16 WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
17 or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
18 for more details.
20 You should have received a copy of the GNU General Public License along
21 with this program; if not, write to the Free Software Foundation, Inc.,
22 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
25 /* Please do not edit this file - it is generated by cmake. Edit its source file instead. */
27 #define MYCPPCONN_MAJOR_VERSION 1
28 #define MYCPPCONN_MINOR_VERSION 1
29 #define MYCPPCONN_PATCH_VERSION 4
31 #define SETUP_VERSION "1.01.0004"
32 #define DRIVER_VERSION "0" SETUP_VERSION
34 #define MYCPPCONN_VERSION SETUP_VERSION
35 #define MYCPPCONN_FILEVER 1,1,4,0
36 #define MYCPPCONN_PRODUCTVER MYCPPCONN_FILEVER
37 #define MYCPPCONN_STRFILEVER "1, 1, 4, 0\0"
38 #define MYCPPCONN_STRPRODUCTVER MYCPPCONN_STRFILEVER
40 #define MYCPPCONN_STRSERIES "1.1"
41 #define MYCPPCONN_STRQUALITY "GA"
42 #define MYCPPCONN_STRVERSION "1.1.4"