Skip to content

Commit

Permalink
release: bumped version to 0.2, because cli args changed a lot in 0.1.17
Browse files Browse the repository at this point in the history
Import argparse src files directly, it's convenient for people who
download source tarball from github.
  • Loading branch information
cofyc committed Aug 1, 2015
1 parent f3e41be commit 8c53c4e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ This software is modified from
Installation
============

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

On Linux:

Expand Down Expand Up @@ -192,6 +192,8 @@ This also allows upgrades with zero downtime.
中文文档
========

注:第三方文档可能未及时与最新版本同步,以 README.md 为准。

- CentOS/Debian/Ubuntu 下编译 dnscrypt-wrapper: http://03k.org/centos-make-dnscrypt-wrapper.html
- dnscrypt-wrapper 使用方法: http://03k.org/dnscrypt-wrapper-usage.html

Expand Down
2 changes: 1 addition & 1 deletion version.h
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
#ifndef VERSION_H
#define VERSION_H

const char *the_version = "0.1.17";
const char *the_version = "0.2";

#endif

0 comments on commit 8c53c4e

Please sign in to comment.