Skip to content

Commit 46f4506

Browse files
committed
bump version to 2.2.3
1 parent a45f532 commit 46f4506

File tree

3 files changed

+13
-1
lines changed

3 files changed

+13
-1
lines changed

changelog

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
kadnode (2.2.3) stable; urgency=medium
2+
3+
* fix various segfaults parsing arguments
4+
5+
-- mwarning <moritzwarning@web.de> Sun, 20 May 2018 19:25:37 -0400
6+
17
kadnode (2.2.2) stable; urgency=medium
28

39
* fix control command parsing

debian/changelog

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
kadnode (2.2.3) stable; urgency=medium
2+
3+
* fix various segfaults parsing arguments
4+
5+
-- mwarning <moritzwarning@web.de> Sun, 20 May 2018 19:25:37 -0400
6+
17
kadnode (2.2.2) stable; urgency=medium
28

39
* fix control command parsing

src/main.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
#include <netinet/in.h>
77

88
#define MAIN_SRVNAME "kadnode"
9-
#define MAIN_VERSION "2.2.2"
9+
#define MAIN_VERSION "2.2.3"
1010

1111
#define SHA1_BIN_LENGTH 20
1212
#define SHA1_HEX_LENGTH (2 * SHA1_BIN_LENGTH)

0 commit comments

Comments
 (0)