Skip to content

Commit 9e10f32

Browse files
committed
Bump version to 0.93
This release addresses following issues: * unhandled cases where length field is not reliable in responses.
1 parent 35c869f commit 9e10f32

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

include/minieap_common.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#ifndef _MINIEAP_MINIEAP_COMMON_H
22
#define _MINIEAP_MINIEAP_COMMON_H
33

4-
#define VERSION "0.92.1"
4+
#define VERSION "0.93"
55

66
typedef enum _function_result {
77
SUCCESS = 0,

packet_plugin/rjv3/packet_plugin_rjv3.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
#include "packet_plugin.h"
55

6-
#define PACKET_PLUGIN_RJV3_VER_STR "0.92"
6+
#define PACKET_PLUGIN_RJV3_VER_STR "0.93"
77

88
#define DEFAULT_HEARTBEAT_INTERVAL 60
99
#define DEFAULT_MAX_DHCP_COUNT 3

0 commit comments

Comments
 (0)