From: Zooko O'Whielacronx <zooko@zooko.com>
Date: Sun, 15 Apr 2007 19:08:12 +0000 (-0700)
Subject: pyfec: bump version number to  1.0.0a1-2-STABLE
X-Git-Url: https://git.rkrishnan.org/%5B/%5D%20/file/install.html?a=commitdiff_plain;h=0f54468f66e0a873edfb4538b824e9ef93489d02;p=tahoe-lafs%2Ftahoe-lafs.git

pyfec: bump version number to  1.0.0a1-2-STABLE
---

diff --git a/pyfec/fec/__init__.py b/pyfec/fec/__init__.py
index 89b2ead0..a82d7754 100644
--- a/pyfec/fec/__init__.py
+++ b/pyfec/fec/__init__.py
@@ -10,7 +10,7 @@ from util.version import Version
 
 # For an explanation of what the parts of the version string mean,
 # please see pyutil.version.
-__version__ = Version("1.0.0a1-1-STABLE")
+__version__ = Version("1.0.0a1-2-STABLE")
 
 # Please put a URL or other note here which shows where to get the branch of
 # development from which this version grew.