Skip to content

Commit

Permalink
Bump version to 0.93
Browse files Browse the repository at this point in the history
This release addresses following issues:

* unhandled cases where length field is not reliable in responses.
  • Loading branch information
updateing committed Sep 26, 2020
1 parent 35c869f commit 9e10f32
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion include/minieap_common.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#ifndef _MINIEAP_MINIEAP_COMMON_H
#define _MINIEAP_MINIEAP_COMMON_H

#define VERSION "0.92.1"
#define VERSION "0.93"

typedef enum _function_result {
SUCCESS = 0,
Expand Down
2 changes: 1 addition & 1 deletion packet_plugin/rjv3/packet_plugin_rjv3.h
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

#include "packet_plugin.h"

#define PACKET_PLUGIN_RJV3_VER_STR "0.92"
#define PACKET_PLUGIN_RJV3_VER_STR "0.93"

#define DEFAULT_HEARTBEAT_INTERVAL 60
#define DEFAULT_MAX_DHCP_COUNT 3
Expand Down

0 comments on commit 9e10f32

Please sign in to comment.