From 2f4bef1c5378bd6e2c06c1146a2cf9c9eee33626 Mon Sep 17 00:00:00 2001 From: n8fr8 Date: Thu, 28 Jun 2012 00:46:44 -0400 Subject: [PATCH] updated binary versions for auto-upgrade --- src/org/torproject/android/service/TorServiceConstants.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/org/torproject/android/service/TorServiceConstants.java b/src/org/torproject/android/service/TorServiceConstants.java index ccc6c200..3fa3c558 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";