浏览代码

packet.h clarification (#2639)

* Added comments to clarify PACKETVER changes.
Thanks to @sader1992!
sader fawall 7 年之前
父节点
当前提交
6afc36255b
共有 1 个文件被更改,包括 3 次插入0 次删除
  1. 3 0
      src/config/packets.h

+ 3 - 0
src/config/packets.h

@@ -9,6 +9,9 @@
  **/
 
 #ifndef PACKETVER
+	/// Do NOT edit this line! To set your client version, please do this instead:
+	/// In Windows: Add this line in your src\custom\defines_pre.h file: #define PACKETVER YYYYMMDD
+	/// In Linux: The same as above or run the following command: ./configure --enable-packetver=YYYYMMDD
 	#define PACKETVER 20151104
 #endif