[tor-commits] [orbot/master] make sure the binaries are cleanly installed (bump version number)

n8fr8 at torproject.org n8fr8 at torproject.org
Thu Nov 3 16:25:02 UTC 2016


commit 89f3fcacf22014d057c47a27bd18ded8f5071977
Author: Nathan Freitas <nathan at freitas.net>
Date:   Thu Nov 3 12:21:54 2016 -0400

    make sure the binaries are cleanly installed (bump version number)
---
 .../main/java/org/torproject/android/service/TorServiceConstants.java   | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/orbotservice/src/main/java/org/torproject/android/service/TorServiceConstants.java b/orbotservice/src/main/java/org/torproject/android/service/TorServiceConstants.java
index bcaaf86..767f17a 100644
--- a/orbotservice/src/main/java/org/torproject/android/service/TorServiceConstants.java
+++ b/orbotservice/src/main/java/org/torproject/android/service/TorServiceConstants.java
@@ -134,7 +134,7 @@ public interface TorServiceConstants {
     public static final String CMD_SET_EXIT = "setexit";
     
 
-    public static final String BINARY_TOR_VERSION = "0.2.8.9";
+    public static final String BINARY_TOR_VERSION = "0.2.8.9a";
     public static final String PREF_BINARY_TOR_VERSION_INSTALLED = "BINARY_TOR_VERSION_INSTALLED";
     
     //obfsproxy 





More information about the tor-commits mailing list