mirror of
https://github.com/rehlds/reapi.git
synced 2025-05-03 10:19:28 +03:00
11 lines
143 B
C
11 lines
143 B
C
/*
|
|
* Version declaration dependency file
|
|
*
|
|
*/
|
|
|
|
#pragma once
|
|
|
|
#define VERSION_MAJOR 5
|
|
#define VERSION_MINOR 29
|
|
#define VERSION_MAINTENANCE 0
|