commit 36fae04fe74e06fe18851b723c2a3fb535344c10 Author: Damian Johnson atagar@torproject.org Date: Tue Aug 10 03:24:23 2010 +0000
Upping the release version to reflect the previous hotfix.
svn:r22850 --- init/starter.py | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/init/starter.py b/init/starter.py index 8ce8315..05c5b59 100644 --- a/init/starter.py +++ b/init/starter.py @@ -25,7 +25,7 @@ import util.torTools import util.uiTools import TorCtl.TorUtil
-VERSION = "1.3.6" +VERSION = "1.3.6b" LAST_MODIFIED = "July 7, 2010"
DEFAULT_CONFIG = os.path.expanduser("~/.armrc")