diff options
author | Arne Schwabe <arne@rfc2549.org> | 2012-12-26 00:06:24 +0100 |
---|---|---|
committer | Arne Schwabe <arne@rfc2549.org> | 2012-12-26 00:06:24 +0100 |
commit | 85b22360c827e17ab86469e33bf160cb0fee1484 (patch) | |
tree | f69f55574f8738cf1e1237289be9622700f45572 /src/de/blinkt/openvpn | |
parent | 1bfb7e8c5d26dc5be0f594742ecc9ccdd958f1e2 (diff) |
Increase version number for next release
Diffstat (limited to 'src/de/blinkt/openvpn')
-rw-r--r-- | src/de/blinkt/openvpn/VpnProfile.java | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/de/blinkt/openvpn/VpnProfile.java b/src/de/blinkt/openvpn/VpnProfile.java index 98f15044..4c3c05f0 100644 --- a/src/de/blinkt/openvpn/VpnProfile.java +++ b/src/de/blinkt/openvpn/VpnProfile.java @@ -104,6 +104,7 @@ public class VpnProfile implements Serializable{ public boolean mPersistTun = false; public String mConnectRetryMax="5"; public String mConnectRetry="5"; + public boolean mUserEditable=true; static final String MINIVPN = "miniopenvpn"; |