mirror of
https://github.com/rehlds/metamod-r.git
synced 2025-02-10 21:58:47 +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
|