mirror of
https://github.com/w23/xash3d-fwgs
synced 2024-11-10 20:49:01 +01: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
|
|
|