[tor-commits] [orbot/master] update Tor version code

n8fr8 at torproject.org n8fr8 at torproject.org
Fri Apr 4 14:53:38 UTC 2014


commit 298f73c843725f259a7bb1a711fd8e716b90c670
Author: Nathan Freitas <nathan at freitas.net>
Date:   Fri Apr 4 10:50:22 2014 -0400

    update Tor version code
---
 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 d852121..94f5c49 100644
--- a/src/org/torproject/android/service/TorServiceConstants.java
+++ b/src/org/torproject/android/service/TorServiceConstants.java
@@ -81,7 +81,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.20";
+    public static final String BINARY_TOR_VERSION = "0.2.4.21";
     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";





More information about the tor-commits mailing list