1
0
Fork 1
mirror of https://github.com/TES3MP/openmw-tes3mp.git synced 2025-01-15 18:19:55 +00:00
openmw-tes3mp/components/openmw-mp/Version.hpp
David Cernat 31a18561a2 [General] Update credits
CoreScripts contributions are no longer counted, as that is a separate repo.
2021-04-18 13:19:25 +02:00

13 lines
279 B
C++

#ifndef OPENMW_VERSION_HPP
#define OPENMW_VERSION_HPP
#define TES3MP_VERSION "0.7.1"
#define TES3MP_PROTO_VERSION 8
#define TES3MP_DEFAULT_PASSW "SuperPassword"
#define TES3MP_MASTERSERVER_PASSW "12345"
#define TES3MP_CREDITS_CHECKSUM "51B652F0"
#endif //OPENMW_VERSION_HPP