1
0
Fork 1
mirror of https://github.com/TES3MP/openmw-tes3mp.git synced 2025-01-15 13:19:56 +00:00
openmw-tes3mp/components/openmw-mp/Version.hpp
2022-05-01 00:31:30 +03:00

11 lines
236 B
C++

#ifndef OPENMW_VERSION_HPP
#define OPENMW_VERSION_HPP
#define TES3MP_VERSION "0.8.1"
#define TES3MP_PROTO_VERSION 10
#define TES3MP_DEFAULT_PASSW "blankpassword"
#define TES3MP_MASTERSERVER_PASSW "12345"
#endif //OPENMW_VERSION_HPP