commit 6cf483617349d31ab35ffa2b0bae5af32e3087ee Author: Damian Johnson atagar@torproject.org Date: Sat Jul 16 23:07:09 2011 -0700
1.4.3 version bump --- src/version.py | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/version.py b/src/version.py index d135944..1653b22 100644 --- a/src/version.py +++ b/src/version.py @@ -2,6 +2,6 @@ Provides arm's version and release date. """
-VERSION = '1.4.3_dev' -LAST_MODIFIED = "April 4, 2011" +VERSION = '1.4.3' +LAST_MODIFIED = "July 16, 2011"
tor-commits@lists.torproject.org