summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorpmoody@google.com <pmoody@google.com@09200d28-7f98-11dd-ad27-0f66e57d2035>2011-09-08 22:56:49 +0000
committerpmoody@google.com <pmoody@google.com@09200d28-7f98-11dd-ad27-0f66e57d2035>2011-09-08 22:56:49 +0000
commit6aa1eedda2d47c5761525ed2b7d8bb94838eaa05 (patch)
tree497961b5ce57c4c8585fc41f70314c096372e3d4
parentea53e856d74307518d4b4499e1a883c6ffed2d20 (diff)
downloadipaddr-py-6aa1eedda2d47c5761525ed2b7d8bb94838eaa05.tar.gz
fix version string in the branch
git-svn-id: https://ipaddr-py.googlecode.com/svn@229 09200d28-7f98-11dd-ad27-0f66e57d2035
-rw-r--r--branches/3144/ipaddr.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/branches/3144/ipaddr.py b/branches/3144/ipaddr.py
index 00b118c..3ae00af 100644
--- a/branches/3144/ipaddr.py
+++ b/branches/3144/ipaddr.py
@@ -22,7 +22,7 @@ and networks.
"""
-__version__ = 'trunk'
+__version__ = 'branches/3144'
import struct