[tor-commits] [orbot/master] updated binary versions for auto-upgrade

n8fr8 at torproject.org n8fr8 at torproject.org
Thu Jun 28 05:18:41 UTC 2012


commit 2f4bef1c5378bd6e2c06c1146a2cf9c9eee33626
Author: n8fr8 <nathan at freitas.net>
Date:   Thu Jun 28 00:46:44 2012 -0400

    updated binary versions for auto-upgrade
---
 .../android/service/TorServiceConstants.java       |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/org/torproject/android/service/TorServiceConstants.java b/src/org/torproject/android/service/TorServiceConstants.java
index ccc6c20..3fa3c55 100644
--- a/src/org/torproject/android/service/TorServiceConstants.java
+++ b/src/org/torproject/android/service/TorServiceConstants.java
@@ -77,8 +77,8 @@ 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.3.11-alpha-OBFS";
-    public static final String BINARY_PRIVOXY_VERSION = "1.4.13";
+    public static final String BINARY_TOR_VERSION = "0.2.3.17-beta";
+    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