[tor-commits] [orbot/master] update tor binary constant to force on device upgrade

n8fr8 at torproject.org n8fr8 at torproject.org
Mon Sep 15 01:10:41 UTC 2014


commit ef98429068fde07029a9395eaf0aa97aa317c864
Author: Nathan Freitas <nathan at freitas.net>
Date:   Sun Sep 14 16:11:53 2014 -0400

    update tor binary constant to force on device upgrade
---
 src/org/torproject/android/service/TorServiceConstants.java |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/org/torproject/android/service/TorServiceConstants.java b/src/org/torproject/android/service/TorServiceConstants.java
index a77cdac..34316b2 100644
--- a/src/org/torproject/android/service/TorServiceConstants.java
+++ b/src/org/torproject/android/service/TorServiceConstants.java
@@ -76,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.23-openssl1.0.1i";
+    public static final String BINARY_TOR_VERSION = "0.2.5.7-openssl1.0.1i";
     public static final String PREF_BINARY_TOR_VERSION_INSTALLED = "BINARY_TOR_VERSION_INSTALLED";
     
     //obfsproxy 





More information about the tor-commits mailing list