diff options
author | Arne Schwabe <arne@rfc2549.org> | 2015-01-27 15:56:00 +0100 |
---|---|---|
committer | Arne Schwabe <arne@rfc2549.org> | 2015-01-27 15:56:00 +0100 |
commit | eda9ea56df0a34b7b4d08d97ac37efd1e8bfe3da (patch) | |
tree | 202c1fffc11bed636995c55d7c066cdcd5b521aa | |
parent | ddf8f5c3ba2a245f8004c160a53c718ef77245fb (diff) |
version 0.6.27v0.6.27
-rw-r--r-- | doc/README.txt | 2 | ||||
-rw-r--r-- | main/build.gradle | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/doc/README.txt b/doc/README.txt index b73e4c64..fbe4f704 100644 --- a/doc/README.txt +++ b/doc/README.txt @@ -45,7 +45,7 @@ Q: How is the OpenVPN version different from normal OpenVPN A: OpenVPN for Android uses a OpenVPN 2.4 master branch + dual stack client patches. A git repository of the OpenVPN source code and changes is under: - https://github.com/schwabe/openvpn/tree/ds10 + https://github.com/schwabe/openvpn/ Q: what is minivpn? diff --git a/main/build.gradle b/main/build.gradle index 8231fdf8..658958b9 100644 --- a/main/build.gradle +++ b/main/build.gradle @@ -18,8 +18,8 @@ android { defaultConfig { minSdkVersion 14 targetSdkVersion 21 - versionCode = 107 - versionName = "0.6.26" + versionCode = 108 + versionName = "0.6.27" } sourceSets { |