libkholidays
kholidays_version.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.
Defines | |
| #define | LIBKHOLIDAYS_IS_VERSION(a, b, c) ( LIBKHOLIDAYS_VERSION >= KDE_MAKE_VERSION( a, b, c ) ) |
| #define | LIBKHOLIDAYS_VERSION |
| #define | LIBKHOLIDAYS_VERSION_MAJOR 1 |
| #define | LIBKHOLIDAYS_VERSION_MINOR 3 |
| #define | LIBKHOLIDAYS_VERSION_RELEASE 90 |
| #define | LIBKHOLIDAYS_VERSION_STRING "1.3.90" |
Define Documentation
| #define LIBKHOLIDAYS_IS_VERSION | ( | a, | |||
| b, | |||||
| c | ) | ( LIBKHOLIDAYS_VERSION >= KDE_MAKE_VERSION( a, b, c ) ) |
Definition at line 34 of file kholidays_version.h.
| #define LIBKHOLIDAYS_VERSION |
Value:
KDE_MAKE_VERSION( LIBKHOLIDAYS_VERSION_MAJOR, \ LIBKHOLIDAYS_VERSION_MINOR, \ LIBKHOLIDAYS_VERSION_RELEASE )
Definition at line 30 of file kholidays_version.h.
| #define LIBKHOLIDAYS_VERSION_MAJOR 1 |
Definition at line 26 of file kholidays_version.h.
| #define LIBKHOLIDAYS_VERSION_MINOR 3 |
Definition at line 27 of file kholidays_version.h.
| #define LIBKHOLIDAYS_VERSION_RELEASE 90 |
Definition at line 28 of file kholidays_version.h.
| #define LIBKHOLIDAYS_VERSION_STRING "1.3.90" |
Definition at line 25 of file kholidays_version.h.
KDE 4.2 API Reference