From c4761fbeaa02266ad8a38be5acac398fb8c2ed88 Mon Sep 17 00:00:00 2001
From: str4d <str4d@mail.i2p>
Date: Fri, 6 Sep 2013 02:11:54 +0000
Subject: [PATCH] Updated Android dev build version

---
 i2p2www/pages/downloads/list.html | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/i2p2www/pages/downloads/list.html b/i2p2www/pages/downloads/list.html
index 0b40a8592..fdebe01c3 100644
--- a/i2p2www/pages/downloads/list.html
+++ b/i2p2www/pages/downloads/list.html
@@ -113,9 +113,9 @@ or type <tt>java -version</tt> at your command prompt.
     </div>
   </div>
   <div class="details">
-    {% trans str4durl='http://'+i2pconv('str4d.i2p')+'/android/' -%}
+    {% trans devbuild='0.9.7.1-23_b2-API8', str4durl='http://'+i2pconv('str4d.i2p')+'/android/' -%}
     The above file is the current release build.
-    The latest dev build is version 0.9.7-20_b1-API18, and is available from
+    The latest dev build is version {{ devbuild }}, and is available from
     <a href="{{ str4durl }}">str4d's eepsite</a>.
     {%- endtrans %}
     <div class="warning">
-- 
GitLab