Explorar el Código

Bump up DHT version number to 3.

Tatsuhiro Tsujikawa hace 14 años
padre
commit
781a4220fc
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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