Skip to content

Commit 8c53c4e

Browse files
committed
release: bumped version to 0.2, because cli args changed a lot in 0.1.17
Import argparse src files directly, it's convenient for people who download source tarball from github.
1 parent f3e41be commit 8c53c4e

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ This software is modified from
1919
Installation
2020
============
2121

22-
Install [libsodium](https://github.com/jedisct1/libsodium) and libevent2 first.
22+
Install [libsodium](https://github.com/jedisct1/libsodium) and [libevent](http://libevent.org/) 2 first.
2323

2424
On Linux:
2525

@@ -192,6 +192,8 @@ This also allows upgrades with zero downtime.
192192
中文文档
193193
========
194194

195+
注:第三方文档可能未及时与最新版本同步,以 README.md 为准。
196+
195197
- CentOS/Debian/Ubuntu 下编译 dnscrypt-wrapper: http://03k.org/centos-make-dnscrypt-wrapper.html
196198
- dnscrypt-wrapper 使用方法: http://03k.org/dnscrypt-wrapper-usage.html
197199

version.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22
#ifndef VERSION_H
33
#define VERSION_H
44

5-
const char *the_version = "0.1.17";
5+
const char *the_version = "0.2";
66

77
#endif

0 commit comments

Comments
 (0)