commit 71e79ea56cc0f4cf9f1acf910a00911c1befec8e Author: Nathan Freitas nathan@freitas.net Date: Mon Jan 16 23:41:38 2012 -0500
updated version string in text for about dialog --- res/values/strings.xml | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/res/values/strings.xml b/res/values/strings.xml index 797e8a7..6d3f0f0 100644 --- a/res/values/strings.xml +++ b/res/values/strings.xml @@ -237,7 +237,7 @@ <string name="the_tor_license">The Tor License</string> <string name="https_torproject_org">https://torproject.org</string> <string name="third_party_software">3rd-Party-Software: </string> -<string name="tor_version">Tor v0.2.3.7: https://www.torproject.org</string> +<string name="tor_version">Tor v0.2.3.10: https://www.torproject.org</string> <string name="libevent_version">LibEvent v1.4.13: http://www.monkey.org/~provos/libevent/</string> <string name="privoxy_version">Privoxy v3.0.12: http://www.privoxy.org</string> <string name="iptables_version">Iptables v1.4.7: http://www.netfilter.org</string>
tor-commits@lists.torproject.org