1
0
Fork 1
mirror of https://github.com/TES3MP/openmw-tes3mp.git synced 2025-01-19 21:53:51 +00:00
openmw-tes3mp/components/openmw-mp/Version.hpp
2018-09-21 10:23:54 +03:00

12 lines
284 B
C++

#ifndef OPENMW_VERSION_HPP
#define OPENMW_VERSION_HPP
#define TES3MP_VERSION "0.7.0-alpha"
#define TES3MP_PROTO_VERSION 7
#define TES3MP_DEFAULT_PASSW "SuperPassword"
#define TES3MP_MASTERSERVER_PASSW "12345"
#define TES3MP_CREDITS_CHECKSUM "BC39D2E9"
#endif //OPENMW_VERSION_HPP