mirror of
https://github.com/YGGverse/xash3d-fwgs.git
synced 2025-01-08 22:27:53 +00:00
9 lines
98 B
C
9 lines
98 B
C
|
#pragma once
|
||
|
#ifndef VERSION_H
|
||
|
#define VERSION_H
|
||
|
|
||
|
#define APP_VERSION "1.1"
|
||
|
|
||
|
#endif // VERSION_H
|
||
|
|