Skip to content

Commit 2c42e4a

Browse files
committed
bump version to 1.0.0
1 parent 4e5a7f7 commit 2c42e4a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

debian/changelog

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
kadnode (1.0.0) UNRELEASED; urgency=medium
1+
kadnode (1.0.0) unstable; urgency=medium
22

33
* rename --ifce to --ifname, it is less obscure
44
* ignore quotation marks in configuration files

src/main.h

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

77
#define MAIN_SRVNAME "kadnode"
8-
#define MAIN_VERSION "0.9.2"
8+
#define MAIN_VERSION "1.0.0"
99
#define SHA1_BIN_LENGTH 20
1010
#define SHA1_HEX_LENGTH (2 * SHA1_BIN_LENGTH)
1111

0 commit comments

Comments
 (0)