|
1 | | -/* |
2 | | -** Name: wxsqlite3_version.h |
3 | | -** Purpose: wxSQLite3 version numbers |
4 | | -** Author: Ulrich Telle |
5 | | -** Created: 2017-02-01 |
6 | | -** Copyright: (c) 2017-2018 Ulrich Telle |
7 | | -** License: LGPL-3.0+ WITH WxWindows-exception-3.1 |
8 | | -*/ |
9 | | - |
10 | | -/// \file wxsqlite3_version.h Version information for the wxSQLite3 library |
11 | | - |
12 | | -#ifndef _WXSQLITE3_VERSION_H_ |
13 | | -#define _WXSQLITE3_VERSION_H_ |
14 | | - |
15 | | -#define WXSQLITE3_MAJOR_VERSION 4 |
16 | | -#define WXSQLITE3_MINOR_VERSION 0 |
17 | | -#define WXSQLITE3_RELEASE_NUMBER 0 |
18 | | -#define WXSQLITE3_SUBRELEASE_NUMBER 0 |
19 | | -#define WXSQLITE3_VERSION_STRING "wxSQLite3 4.0.0" |
20 | | - |
21 | | -#endif // _WXSQLITE3_VERSION_H_ |
| 1 | +/* |
| 2 | +** Name: wxsqlite3_version.h |
| 3 | +** Purpose: wxSQLite3 version numbers |
| 4 | +** Author: Ulrich Telle |
| 5 | +** Created: 2017-02-01 |
| 6 | +** Copyright: (c) 2017-2018 Ulrich Telle |
| 7 | +** License: LGPL-3.0+ WITH WxWindows-exception-3.1 |
| 8 | +*/ |
| 9 | + |
| 10 | +/// \file wxsqlite3_version.h Version information for the wxSQLite3 library |
| 11 | + |
| 12 | +#ifndef _WXSQLITE3_VERSION_H_ |
| 13 | +#define _WXSQLITE3_VERSION_H_ |
| 14 | + |
| 15 | +#define WXSQLITE3_MAJOR_VERSION 4 |
| 16 | +#define WXSQLITE3_MINOR_VERSION 0 |
| 17 | +#define WXSQLITE3_RELEASE_NUMBER 1 |
| 18 | +#define WXSQLITE3_SUBRELEASE_NUMBER 0 |
| 19 | +#define WXSQLITE3_VERSION_STRING "wxSQLite3 4.0.1" |
| 20 | + |
| 21 | +#endif // _WXSQLITE3_VERSION_H_ |
0 commit comments