Skip to content

Commit

Permalink
bump version to 2.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
mwarning committed May 20, 2018
1 parent a45f532 commit 46f4506
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 1 deletion.
6 changes: 6 additions & 0 deletions changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
kadnode (2.2.3) stable; urgency=medium

* fix various segfaults parsing arguments

-- mwarning <[email protected]> Sun, 20 May 2018 19:25:37 -0400

kadnode (2.2.2) stable; urgency=medium

* fix control command parsing
Expand Down
6 changes: 6 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
kadnode (2.2.3) stable; urgency=medium

* fix various segfaults parsing arguments

-- mwarning <[email protected]> Sun, 20 May 2018 19:25:37 -0400

kadnode (2.2.2) stable; urgency=medium

* fix control command parsing
Expand Down
2 changes: 1 addition & 1 deletion src/main.h
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
#include <netinet/in.h>

#define MAIN_SRVNAME "kadnode"
#define MAIN_VERSION "2.2.2"
#define MAIN_VERSION "2.2.3"

#define SHA1_BIN_LENGTH 20
#define SHA1_HEX_LENGTH (2 * SHA1_BIN_LENGTH)
Expand Down

0 comments on commit 46f4506

Please sign in to comment.