blob: f5165159699ba4469fbf6f6a47f43d8832b9fad9 (
plain) (
tree)
|
|
// Copyright (c) Copyright (c) Hercules Dev Team, licensed under GNU GPL.
// Copyright (c) 2014 Evol developers
#ifndef EVOL_COMMON_SERVERVERSION
#define EVOL_COMMON_SERVERVERSION
// must be same with version from server build
const int serverPacketVersion = 20150000;
#endif // EVOL_COMMON_SERVERVERSION
|