Browse Source

Bump up DHT version number to 3.

Tatsuhiro Tsujikawa 14 năm trước cách đây
mục cha
commit
781a4220fc
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      src/DHTConstants.h

+ 1 - 1
src/DHTConstants.h

@@ -37,7 +37,7 @@
 
 // Increment this if major improvements or bug fixes are made in DHT
 // code. This is 2 bytes unsigned integer.
-#define DHT_VERSION 2
+#define DHT_VERSION 3
 
 #define DHT_ID_LENGTH 20