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

commit 2f4bef1c5378bd6e2c06c1146a2cf9c9eee33626 Author: n8fr8 <nathan@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";
participants (1)
-
n8fr8@torproject.org