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 | 2f937667ca96b4beed8eb66a1025bd74d8a4a73e (patch) | |
tree | 61c5fe1dae1265cd2c4ae78b65eca5ec4668074e /src/de | |
parent | 367fd28be00e541f251854893b0eeeb5168e59d3 (diff) |
Increase version number for next release
Diffstat (limited to 'src/de')
-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"; |