From 6aa1eedda2d47c5761525ed2b7d8bb94838eaa05 Mon Sep 17 00:00:00 2001 From: "pmoody@google.com" Date: Thu, 8 Sep 2011 22:56:49 +0000 Subject: fix version string in the branch git-svn-id: https://ipaddr-py.googlecode.com/svn@229 09200d28-7f98-11dd-ad27-0f66e57d2035 --- branches/3144/ipaddr.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.1