Skip to content

Commit

Permalink
Bump main & plugin ver to 0.92
Browse files Browse the repository at this point in the history
Release note:

This release contains:

* A minimal GBK -> UTF-8 converter, which can be used to reduce
  binary size while keeping server messages readable.
* A proprietary header generator for IPv4 information.
* Manpage and systemd service template. Ready for packaging.

Thanks to all contributors!

Footnote:

* I wish I had named previous tag 0.9.1
  • Loading branch information
updateing committed Feb 3, 2018
1 parent 3af6352 commit c1badfc
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.91"
#define VERSION "0.92"

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.90"
#define PACKET_PLUGIN_RJV3_VER_STR "0.91"

#define DEFAULT_HEARTBEAT_INTERVAL 60
#define DEFAULT_MAX_DHCP_COUNT 3
Expand Down

0 comments on commit c1badfc

Please sign in to comment.