mirror of
https://github.com/TES3MP/openmw-tes3mp.git
synced 2025-01-20 06:23:52 +00:00
828c52138f
According to some legal advice I've received, the "TES3MP Team" is too ambiguous of a legal entity, so – with Koncord's agreement – the copyright is now assigned specifically to us, the project's developers.
13 lines
285 B
C++
13 lines
285 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 "BAEFF920"
|
|
|
|
|
|
#endif //OPENMW_VERSION_HPP
|