We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 35c869f commit 9e10f32Copy full SHA for 9e10f32
include/minieap_common.h
@@ -1,7 +1,7 @@
1
#ifndef _MINIEAP_MINIEAP_COMMON_H
2
#define _MINIEAP_MINIEAP_COMMON_H
3
4
-#define VERSION "0.92.1"
+#define VERSION "0.93"
5
6
typedef enum _function_result {
7
SUCCESS = 0,
packet_plugin/rjv3/packet_plugin_rjv3.h
@@ -3,7 +3,7 @@
#include "packet_plugin.h"
-#define PACKET_PLUGIN_RJV3_VER_STR "0.92"
+#define PACKET_PLUGIN_RJV3_VER_STR "0.93"
8
#define DEFAULT_HEARTBEAT_INTERVAL 60
9
#define DEFAULT_MAX_DHCP_COUNT 3
0 commit comments