authemu_version.inc
Original include source with line numbers.
| 1 | #if defined _authemu_version_included |
| 2 | #endinput |
| 3 | #endif |
| 4 | #define _authemu_version_included |
| 5 | |
| 6 | // AUTHEMU version |
| 7 | #define AUTHEMU_VERSION 52425 |
| 8 | #define AUTHEMU_VERSION_MAJOR 5 |
| 9 | #define AUTHEMU_VERSION_MINOR 2 |
| 10 | |