commit db49a5996dfae44411e6a6663123ac24613b79f8 Author: n8fr8 nathan@freitas.net Date: Fri Oct 26 09:49:19 2012 +0530
updating tor binary version in constants to force upgrade --- src/org/torproject/android/service/TorServiceConstants.java | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/src/org/torproject/android/service/TorServiceConstants.java b/src/org/torproject/android/service/TorServiceConstants.java index 2fe07ae..dc6ea48 100644 --- a/src/org/torproject/android/service/TorServiceConstants.java +++ b/src/org/torproject/android/service/TorServiceConstants.java @@ -65,7 +65,6 @@ public interface TorServiceConstants { public final static String TOR_CONTROL_PORT_MSG_BOOTSTRAP_DONE = "Bootstrapped 100%";
public final static int STATUS_OFF = 0; - // public final static int STATUS_READY = 0; public final static int STATUS_ON = 1; public final static int STATUS_CONNECTING = 2;
@@ -77,7 +76,7 @@ public interface TorServiceConstants { public static final int DISABLE_TOR_MSG = 3; public static final int LOG_MSG = 4;
- public static final String BINARY_TOR_VERSION = "0.2.4.3-alpha"; + public static final String BINARY_TOR_VERSION = "0.2.3.23-RC"; public static final String BINARY_PRIVOXY_VERSION = "3.0.12"; public static final String PREF_BINARY_TOR_VERSION_INSTALLED = "BINARY_TOR_VERSION_INTALLED"; public static final String PREF_BINARY_PRIVOXY_VERSION_INSTALLED = "BINARY_PRIVOXY_VERSION_INTALLED";