summaryrefslogtreecommitdiff
path: root/src/ecommon
diff options
context:
space:
mode:
Diffstat (limited to 'src/ecommon')
-rw-r--r--src/ecommon/serverversion.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/src/ecommon/serverversion.h b/src/ecommon/serverversion.h
new file mode 100644
index 0000000..f516515
--- /dev/null
+++ b/src/ecommon/serverversion.h
@@ -0,0 +1,11 @@
+// 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