2
0
mirror of https://github.com/rehlds/metamod-r.git synced 2024-12-27 07:05:34 +03:00
metamod-r/metamod/version/version.h
Dmitry Novikov b838abda59
Migrate the CI/CD to GitHub Actions (#57)
* Implemented CI/CD migration to GitHub
* Remove gradle build
2022-07-03 04:15:27 +07:00

11 lines
142 B
C

/*
* Version declaration dependency file
*
*/
#pragma once
#define VERSION_MAJOR 1
#define VERSION_MINOR 3
#define VERSION_MAINTENANCE 0