mirror of
https://github.com/rehlds/metamod-r.git
synced 2025-01-14 15:47:54 +03:00
11 lines
142 B
C
11 lines
142 B
C
|
/*
|
||
|
* Version declaration dependency file
|
||
|
*
|
||
|
*/
|
||
|
|
||
|
#pragma once
|
||
|
|
||
|
#define VERSION_MAJOR 1
|
||
|
#define VERSION_MINOR 3
|
||
|
#define VERSION_MAINTENANCE 0
|